main content

operating points -凯发k8网页登录

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

an operating point of 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, the steady state manager, or when linearizing a model using the model linearizer. for more information about operating points, see and .

app

find operating points for simulink models
linearize simulink models

函数

create operating point for simulink model
steady-state operating point from specifications (trimming) or simulation
set options for finding operating points from specifications
operating point specifications
initialize operating point specification values
add output specification to operating point specification
get index of a state element of an operating point specification
get index of an input element of an operating point specification
get index of an output element of an operating point specification
update operating point object with structural changes in model
obtain input values from operating point
obtain state values from operating point
fast restart for linear analysis

模块

generate operating points at triggered events

主题

steady-state operating points


  • an operating point of a dynamic system defines the states and root-level input signals of the model at a specific time.

  • 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.

  • the operating point object used for linearization and control design does not include simulink® blocks with internal state representation, such as memory and transport delay blocks.

  • 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


  • find a steady-state operating point that meets specifications. you can specify known values or bounds for model states, outputs, and inputs.


  • when you modify an operating point specification in the steady state manager or model linearizer, you can export the specification to the matlab® workspace or the model linearizer workspace.

  • you can control the accuracy of your operating point search by using different optimization methods.

  • if you know the approximate time when the model reaches the neighborhood of a steady-state operating point, you can use simulation to get state values to use as the initial conditions for numerical optimization.

  • simulate your model and find an operating point that consists of the state values and model input levels at a specified simulation snapshot time.

  • you can find an operating point by simulating the model until it is at steady state and taking a simulation snapshot.

  • to find operating points for simscape™ models, you can trim the models using projection-based trim optimizers, or take simulation snapshots at specified times.

simulink model synchronization


  • modifying your simulink model can change, add, or remove states, inputs, or outputs, which changes the operating point.

  • you can derive your simulink model initial conditions from your computed operating point.

custom trimming


  • trim simulink models using additional user-specified constraints and objective functions.

batch computation


  • generate code for trimming your simulink model, and modify the script to batch trim your model.

  • vary model parameters and batch trim your model to find corresponding operating points.

  • find operating points for multiple operating point specifications using a single model compilation.

  • this example shows how to use the fastrestartforlinearanalysis command to speed up multiple calls to compiling functions in simulink control design™ such as findop and linearize.

code generation


  • you can generate matlab code to programmatically reproduce an operating point search result that you obtained interactively.
网站地图