operspec
Operating point specifications
Syntax
opspec = operspec(mdl)
opspec = operspec(mdl,dim)
Description
opspec = operspec(mdl) returns the default operating point specification object for
the Simulink model mdl. Use opspec for steady-state operating point trimming using
findop.
opspec = operspec(mdl,dim) returns an array of default operating point
specification objects with the specified dimensions, dim.
Examples
Create Operating Point Specification Object
Open Simulink model.
sys = 'watertank';
open_system(sys)
15 Alphabetical List