主要内容

Save

    Description

    OK = Save(PrjObj) saves the project object PrjObj to the currently selected filename. The project name is used as the Filename if none has been specified previously. If neither has been specified, you will see a warning that your project has been saved to Untitled.mat.

    OK = Save(PrjObj, filename) saves the project PrjObj with the name specified by filename.

    example

    Examples

    collapse all

    OK = Save(proj, 'Example.mat');

    Input Arguments

    collapse all

    Existing project, specified as a project object.

    Name of project file where you want to save your project, specified as a character vector.

    Version History

    Introduced before R2006a