Main Content

explorer

Open Parameter Explorer and view Parameter Set

Since R2021a

    Description

    example

    explorer(parameter_set) opens the Simulink Real-Time Parameter Explorer and loads the ParameterSet object.

    Examples

    collapse all

    Open the Parameter Explorer and view the parameter set.

    explorer(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