主要内容

loadProject

Class: mbcrunner

Load CAGE project

Since R2024b

Description

loadProject(obj,projectFile) loads the CAGE project data specified by projectFile into the project represented by the handle object obj.

example

Input Arguments

expand all

Handle to the CAGE project, specified as an mbcrunner object.

CAGE project file, specified as a string scalar.

Data Types: string

Examples

expand all

Load CAGE project data into an existing project handle.

runnerObj = mbcrunner;
projectFile = fullfile(mbcpath,'mbctraining','pmsmSpeed.cag')
loadProject(runnerObj, projectFile);

Version History

Introduced in R2024b