uisimdatabutton
Syntax
Description
simdatabtn = uisimdatabutton
creates a Save Output button in a new
figure.
simdatabtn = uisimdatabutton(
creates a
simulation data button UI component of the style in a new figure. The style can be
style
)saveoutput
or loadinput
simdatatbtn = uisimdatabutton(
creates
a save output UI component in the specified parent
)parent
container. The parent
can be a figure created using the uifigure
function or one of its child
containers.
simdatabtn = uisimdatabutton(
creates a simulation data button UI component of the specified parent
, style
)style
in
the specified parent
container. The parent
can be a
figure created using the uifigure
function or one of its child
containers. The style
can be saveoutput
or
loadinput
.
simdatabtn = uisimdatabutton(___
specifies simulation data button properties using one or more name-value arguments. Use this
option with any of the input argument combinations in the previous syntaxes.Name,Value
)
Examples
Input Arguments
Version History
Introduced in R2024a