GetSimState
(Not recommended) Return the MATLAB S-function simulation state as a valid MATLAB data structure, such as a matrix structure or a cell array.
Note
GetSimState
is not recommended. Use mdlGetOperatingPoint
instead.
Required
No
Language
MATLAB
Syntax
GetSimState(s)
Arguments
s
Instance of
Simulink.MSFcnRunTimeBlock
class representing the Level-2 MATLAB S-Function block.
Description
The Simulink® engine invokes this custom method to get the simulation state (SimState) of
the model containing S
. A call to this method should occur after
Start
and before Terminate
to ensure that all of the
S-function data structures (e.g., states, DWork vectors, and outputs) are available.
Version History
Introduced in R2015b