Daniel@0: function bnet = bnet_from_engine(engine) Daniel@0: % BNET_FROM_ENGINE Return the bnet structure stored inside the engine (smoother_engine) Daniel@0: % bnet = bnet_from_engine(engine) Daniel@0: Daniel@0: bnet = bnet_from_engine(engine.tbn_engine);