Class: Simulink.op.ModelOperatingPoint
Package: Simulink.op
Set operating point of an individual Stateflow chart, MATLAB function, or S-function block
set(modelOperatingPoint,'blockpath',blockOperatingPoint)
set(
sets the operating point to the block specified by a modelOperatingPoint
,'blockpath
',blockOperatingPoint
)blockpath
. The
blockpath
must refer to a Stateflow chart, a MATLAB function, or a
S-function block. To modify states of other types of blocks, use the
loggedStates
of the Simulink.op.ModelOperatingPoint
class.