メインコンテンツ

mbcLoadProject

R2026b

Create project and load from a file

Renamed from mbcmodel.LoadProject in R2026b

Description

p = mbcLoadProject(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 mbcLoadProject method to load the gasolineOneStage.mat model project from the mbctraining folder.

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

Version History

Introduced before R2006a

expand all