(Not recommended) Return the MATLAB S-function simulation state as a valid MATLAB data structure, such as a matrix structure or a cell array.
GetSimState
is not recommended. Use GetOperatingPoint
instead.
No
MATLAB
GetSimState(s)
s
Instance of Simulink.MSFcnRunTimeBlock
class
representing the Level-2 MATLAB S-Function block.
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.