Main Content

delete

Deletes a ParameterSet object

Since R2021a

    Description

    example

    delete(parameter_set) deletes the contents of a ParameterSet object.

    Examples

    collapse all

    To delete the contents of a ParameterSet object, use the delete function.

    delete(myParamSet)

    Input Arguments

    collapse all

    The ParameterSet object that was created from the real-time application in the importParamSet command.

    Example: myParamSet

    Version History

    Introduced in R2021a