主要内容

Load

Load existing project file

    Description

    P = Load(P, Filename) loads the existing project in the Filename.

    example

    Examples

    collapse all

    P2 = Load(P2, 'D:/MBCwork/TQproject2.mat');

    Input Arguments

    collapse all

    Existing project object.

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

    Version History

    Introduced before R2006a