operpoint
Create operating point for Simulink model
Syntax
op = operpoint(sys)
Description
op = operpoint(sys) returns an object, op, containing the operating point of a
Simulink model, sys. Specify sys as either a character vector or a string. Use the object
with the function linearize to create linearized models. The operating point object has
the following properties:
- Model — Simulink model name, specified as a character vector.
- States — State operating point specification, specified as a structure array. Each
structure in the array represents the supported states of one Simulink block. (For a list
of supported states for operating point objects, see “Simulink Model States Included in
Operating Point Object” on page 1-4.) Edit the properties of this object using dot
notation or the set function.
Each States structure has the following fields:
Nx(read only) Number of states in the Simulink block.
Block Simulink block name.
StateName Name of state, specified as a character vector.
x Simulink block state values, specified as a vector of
states. This vector includes all supported states.
When creating state value specifications for operating
point searches using findop and you set the value of a
state that you want fixed, also set the Known field of the
States property for that state to 1.
15 Alphabetical List