User`s guide
10 Functions — Alphabetical List
10-52
Example: [230 250 570 510]
Data Types: double
'Record2D' — 2-D offline animation file recording
'off' (default) | 'on'
2-D offline animation file recording, specified as 'on' or 'off'.
'Record2DCompressMethod' — Compression method for creating 2-D animation files
'auto' (default) | '' | 'lossless' | 'none' | string with name of a compression
method
Compression method for creating 2-D animation files, specified as '', 'lossless',
'none', or a string specifying the name of a compression method. See profile in the
MATLAB VideoWriter documentation.
'Record2DCompressQuality' — Quality of 2-D animation file compression
75 (default) | floating point number from 0 through 100, inclusive
Quality of 2-D animation file compression, specified as a floating-point number from 0
through 100, inclusive. See the MATLAB VideoWriter documentation.
Data Types: int32
'Record2DFileName' — Name of 2-D offline animation file
string
Name of 2-D offline animation file, specified as a string. The string can contain tokens
that animation recording replaces with the corresponding information. See “File Name
Tokens”.
'Record2DFPS' — Playback rate for 2-D offline animation file
'auto' (default) | scalar
Playback rate for 2-D offline animation file, specified as 'auto' or as a scalar. The
'auto' setting aligns simulation time with actual time and uses an appropriate frame
rate.
Data Types: int32
'Sound' — Sound effects
'on' (default) | 'off'