snapshot
Class: Simulink.sdi.CustomSnapshot
Package: Simulink.sdi
Create a custom snapshot
Syntax
fig = snap.snapshot
[fig,image] = snap.snapshot
fig = snap.snapshot(Name,Value)
[fig,image] = snap.snapshot
Description
creates a figure according
to the properties of the fig
= snap.snapshotSimulink.sdi.CustomSnapshot
object,
snap
, and returns the handle for the figure,
fig
.
[
creates a figure according to the properties of the
fig
,image
] = snap.snapshotSimulink.sdi.CustomSnapshot
object, snap
, and
returns the handle for the figure, fig
, and an array of image data,
image
.
creates a figure according to the properties of the
fig
= snap.snapshot(Name,Value
)Simulink.sdi.CustomSnapshot
object, snap
, with
additional options specified by one or more Name,Value
pair
arguments. This syntax returns the figure handle, fig
.
[
creates a figure according to the properties of the
fig
,image
] = snap.snapshotSimulink.sdi.CustomSnapshot
object, snap
, with
additional options specified by one or more Name,Value
pair
arguments. This syntax returns the figure handle, fig
, and an array
of image data, image
.