blob: ffe0661eb667b2825d8e983f86b4f334ce181e5e (
plain)
1
2
3
4
5
|
function engine = update_engine(engine, newCPDs)
% UPDATE_ENGINE Update the engine to take into account the new parameters (smoother_engine).
% engine = update_engine(engine, newCPDs)
engine.tbn_engine = update_engine(engine.tbn_engine, newCPDs);
|