主要内容

RemoveData

Remove data from project

    Description

    NewP = RemoveData(PrjObj, D) removes data object D from project object P.

    NewP = RemoveData(PrjObj, Index) removes data object D at Index.

    Input Arguments

    collapse all

    Index of the data object you want to remove.

    Data object you want to remove.

    Existing project, specified as a project object.

    Output Arguments

    collapse all

    New project object, with data object D removed.

    Version History

    Introduced before R2006a