snapshot
Create custom snapshot
Syntax
Description
creates a figure according to the properties of the fig
= snapshot(snap
)Simulink.sdi.CustomSnapshot
object snap
and returns
the handle for the figure fig
.
creates a figure with additional options specified by one or more
fig
= snapshot(snap
,Name,Value
)Name,Value
arguments and returns the figure handle.
[
creates a figure with additional options specified by one or more
fig
,image
] = snapshot(snap
,Name,Value
)Name,Value
arguments and returns the figure handle and an
array of image data.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018a