Main Content

clearDefaultParamSet

Clear default parameter set selection on target computer

Since R2024a

Description

example

clearDefaultParamSet(target_object,app_name) clears the selection of the default parameter set for the specified application app_name on the target computer. For more information about using the parameter set workflow, see Save and Reload Parameters by Using the MATLAB Language.

Examples

collapse all

This example creates a target object, connects MATLAB to the target computer, clears the default parameter set, and reboots the target computer.

tg = slrealtime;
connect(tg);
clearDefaultParamSet(tg,app_name);
load(tg,app_name);

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Provides name of real-time application MLDATX file that you built from the model.

Example: 'slrt_ex_osc'

Version History

Introduced in R2024a