(2.) watertank/Water-Tank System/H
x: 1
Inputs: None
----------
The operating point, op, contains the states and input levels of the model.
Set the value of the first state.
op.States(1).x = 1.26;
View the updated operating point state values.
op.States
(1.) watertank/PID Controller/Integrator/Continuous/Integrator
x: 1.26
(2.) watertank/Water-Tank System/H
x: 1
You can also modify other operating points in the MATLAB workspace, including
operating points found using trimming or simulation snapshots. If your operating point
was at a steady state, changing any values can place the operating point into a non-
steady-state condition.
If you modify your Simulink model after creating an operating point object, use the
update function to update your operating point.
See Also
operspec | update
More About
- “Simulate Simulink Model at Specific Operating Point” on page 1-119
1 Steady-State Operating Points