Main Content
GetOperatingPoint
Return operating point for MATLAB S-function as MATLAB data structure
Required
No
Language
MATLAB®
Syntax
outOP = GetOperatingPoint(s)
Arguments
s
Instance of the
Simulink.MSFcnRunTimeBlock
class that represents a Level-2 MATLAB S-Function block.
Description
The Simulink® engine invokes this custom method to get the operating point information for the Level-2 MATLAB S-Function block when saving the model operating point. The software saves the model operating point when you explicitly configure a model to save final states with the final operating point and when you use features that rely on the model operating point internally, such as fast restart.