Main Content

Operating Points

Find model operating point from specification (trimming) or simulation time, initialize model at operating point

Anoperating pointof a dynamic system specifies the initial states and root-level input signals of the model at a particular time. You can find operating points using command-line tools, theSteady State Manager, or when linearizing a model using theModel Linearizer. For more information about operating points, seeAbout Operating PointsandCompute Steady-State Operating Points.

Apps

Steady State Manager Find operating points for金宝appmodels
Model Linearizer Linearize金宝appmodels

Functions

expand all

operpoint Create operating point for金宝appmodel
找到op Steady-state operating point from specifications (trimming) or simulation
找到opOptions Set options for finding operating points from specifications
operspec Operating point specifications
initopspec Initialize operating point specification values
addoutputspec Add output specification to operating point specification
getStateIndex Get index of a state element of an operating point specification
getInputIndex Get index of an input element of an operating point specification
getOutputIndex Get index of an output element of an operating point specification
update Update operating point object with structural changes in model
getinputstruct Obtain input values from operating point
getstatestruct Obtain state values from operating point
fastRestartForLinearAnalysis Fast restart for linear analysis

Blocks

Trigger-Based Operating Point Snapshot Generate operating points at triggered events

Topics

Steady-State Operating Points

  • About Operating Points
    An operating point of a dynamic system defines the states and root-level input signals of the model at a specific time.
  • Compute Steady-State Operating Points
    To obtain a steady-state operating point, you can trim your model using numerical optimization techniques or simulate your model until it reaches a steady-state condition.
  • Handle Blocks with Internal State Representation
    The operating point object used for linearization and control design does not include Simulink®blocks with internal state representation, such as内存andTransport Delayblocks.
  • View and Modify Operating Points
    You can view and modify operating point values programmatically at the command line or interactively using the Steady State Manager or Model Linearizer.

Find Operating Points

金宝appModel Synchronization

Custom Trimming

Batch Computation

Code Generation