wolffd@0: function engine = update_engine(engine, newCPDs) wolffd@0: % UPDATE_ENGINE Update the engine to take into account the new parameters (smoother_engine). wolffd@0: % engine = update_engine(engine, newCPDs) wolffd@0: wolffd@0: engine.tbn_engine = update_engine(engine.tbn_engine, newCPDs);