uisimvartuner
R2026bDescription
vartnr = uisimvartuner creates a variable tuner in a new figure and
returns the VariableTuner object. MATLAB® calls the uifigure function to create the figure.
vartnr = uisimvartuner( creates a variable
tuner in the specified parent container. The parent can be a p)Figure object
or one of its child containers.
vartnr = uisimvartuner(___,
creates a variable tuner with properties specified by one or more name-value
arguments.Name=Value)
Examples
Input Arguments
Name-Value Arguments
Tips
The simulation variable tuner UI component supports tuning variables that have these data types:
singledoubleuint8,uint16,uint32,uint64int8,int16,int32,int64logicalmatlab.lang.OnOffSwitchStatestringcharstruct
Values specified using the simulation variable tuner UI component must be scalars or arrays.
Version History
Introduced in R2024a