Main Content

SetOperatingPoint

Restore operating point of MATLAB S-function

Since R2019a

Required

No

Language

MATLAB

Syntax

SetOperatingPoint(s, in)

Arguments

s

Instance of Simulink.MSFcnRunTimeBlock class representing the Level-2 MATLAB S-Function block.

in

The MATLAB® data of type returned by GetOperatingPoint.

Description

The Simulink® engine invokes this custom method at the beginning of a simulation of the model containing S. Simulink sets the initial simulation state of the S-function to the operating point of the model.

Version History

Introduced in R2019a