Simulink Control Design™ - MathWorks

(Tuis.) #1

(1.) watertank/PID Controller/Integrator/Continuous/Integrator
spec: dx = 0, initial guess: 0
(2.) watertank/Water-Tank System/H
spec: dx = 0, initial guess: 1


Inputs: None


Outputs: None


By default, findop displays an operating point search report in the Command Window
for each trimming operation. To suppress the report display, create a trimming option set
and turn off the operating point search report display.


opt = findopOptions('DisplayReport','off');


Trim the model using the specified operating point specification, parameter grid, and
option set.


[op,opreport] = findop(sys,opspec,params,opt);


findop trims the model for each parameter combination. The software uses only one
model compilation. op is a 3-by-4 array of operating point objects that correspond to the
specified parameter grid points.


View the operating point in the first row and first column of op.


op(1,1)


Operating point for the Model watertank.
(Time-Varying Components Evaluated at time t=0)


States:


(1.) watertank/PID Controller/Integrator/Continuous/Integrator
x: 1.41
(2.) watertank/Water-Tank System/H
x: 10


Batch Compute Steady-State Operating Points for Parameter Variation
Free download pdf