uisimdatabutton
R2026bSyntax
Description
simdatabtn = uisimdatabutton creates a button that saves simulation
output data and returns the SaveOutputButton object. MATLAB® calls the uifigure function to create a new figure to
serve as the parent container.
simdatabtn = uisimdatabutton( creates the
button in the specified parent container. The parent can be a p)Figure object
or one of its child containers.
simdatabtn = uisimdatabutton(___,
creates a button of the specified type. The button type determines whether the button saves
simulation output data or loads simulation input data.btntype)
simdatabtn = uisimdatabutton(___,
creates a button with properties specified by one or more name-value arguments.Name=Value)
Examples
Input Arguments
Name-Value Arguments
Version History
Introduced in R2024a