Main Content

saveProject

Class: mbcrunner

Save CAGE project

Since R2024b

Description

saveProject(obj) saves the CAGE project represented by the project handle obj to the current CAGE project file.

saveProject(obj,fileName) saves the CAGE project represented by the project handle obj to the filename specified by fileName.

example

Input Arguments

expand all

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

Filename, specified as a string scalar.

Data Types: string

Examples

expand all

Save CAGE project data to a file.

runnerObj = mbcrunner;
saveProject(runnerObj, "myProjectFile.cag");

Version History

Introduced in R2024b