Simulink.sdi.snapshot
Capture contents of Simulation Data Inspector plots
Syntax
Description
creates a
figure of the plotting area in the open Simulation Data Inspector session with the
figure handle fig
= Simulink.sdi.snapshotfig
.
Simulink.sdi.snapshot(
captures an image of the Simulation Data Inspector plots according to the options
specified by name-value pairs.Name,Value
)
fig
=
Simulink.sdi.snapshot(
captures
an image of the Simulation Data Inspector plots according to the options specified
by name-value pairs. This syntax returns the figure handle, Name,Value
)fig
,
if a figure is created.
[fig
, image
] =
Simulink.sdi.snapshot(
captures
an image of the Simulation Data Inspector plots according to the options specified
by name-value pairs. This syntax returns the figure handle, Name,Value
)fig
,
and an array of image data, image
, when appropriate for the
specified options.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018a