update
Update operating point object with structural changes in model
Syntax
update(op)
Description
update(op) updates an operating point object, op, to reflect any changes in the
associated Simulink model, such as states being added or removed.
Examples
Open the magball model:
magball
Create an operating point object for the model:
op=operpoint('magball')
This syntax returns:
Operating Point for the Model magball.
(Time-Varying Components Evaluated at time t=0)
States:
----------
(1.) magball/Controller/PID Controller/Filter
x: 0
(2.) magball/Controller/PID Controller/Integrator
x: 14
(3.) magball/Magnetic Ball Plant/Current
x: 7
(4.) magball/Magnetic Ball Plant/dhdt
15 Alphabetical List