主要内容

mbcmodel.LoadProject

Create project and load from a file

Description

p = mbcmodel.LoadProject(Filename) loads an mbcmodel.project from the file Filename.

example

Input Arguments

expand all

Path to project file to load, specified as a character vector.

Examples

expand all

Use the mbcmodel.LoadProject method to load the gasolineOneStage.mat model project from the mbctraining folder.

proj = mbcmodel.LoadProject(fullfile( ...
    matlabroot,'toolbox', 'mbc', 'mbctraining', 'gasolineOneStage.mat'));

Version History

Introduced before R2006a