findop
Steady-state operating point from specifications (trimming) or simulation
Syntax
op = findop(mdl,opspec)
op = findop(mdl,opspec,param)
op = findop( ___ ,options)
[op,opreport] = findop( ___ )
op = findop(mdl,tsnapshot)
op = findop(mdl,tsnapshot,param)
Description
op = findop(mdl,opspec) returns the operating point of the model that meets the
specifications in opspec. Typically, you trim the model at a steady-state operating point
on page 15-40. The Simulink model must be open. If opspec is an array of operating
points specifications, findop returns an array of corresponding operating points.
op = findop(mdl,opspec,param) batch trims the model for the parameter value
variations specified in param.
op = findop( ___ ,options) trims the model using additional optimization algorithm
options.
[op,opreport] = findop( ___ ) returns an operating point search report, opreport,
for any of the previous syntaxes.
op = findop(mdl,tsnapshot) simulates the model using the model initial conditions,
and extracts operating points at simulation snapshot times specified in tsnapshot.
op = findop(mdl,tsnapshot,param) simulates the model and extracts operating
points at simulation snapshot times.
findop