Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

工作点

从设定(配平)或仿真时间中找到模型工作点,在工作点处初始化模型

动态系统的工作点指定模型在特定时间的初始状态和根级输入信号。您可以使用命令行工具、稳态管理器或在使用模型线性化器线性化模型时查找工作点。有关工作点的详细信息,请参阅About Operating PointsCompute Steady-State Operating Points

App

稳态管理器查找 Simulink 模型的工作点
模型线性化器线性化 Simulink 模型

函数

全部展开

operpointCreate operating point for Simulink model
findopSteady-state operating point from specifications (trimming) or simulation
findopOptionsSet options for finding operating points from specifications
operspecOperating point specifications
initopspecInitialize operating point specification values
addoutputspec在工作点设定中添加输出设定
getStateIndexGet index of a state element of an operating point specification
getInputIndexGet index of an input element of an operating point specification
getOutputIndexGet index of an output element of an operating point specification
updateUpdate operating point object with structural changes in model
getinputstructObtain input values from operating point
getstatestructObtain state values from operating point
fastRestartForLinearAnalysisFast restart for linear analysis

模块

Trigger-Based Operating Point Snapshot在发生触发事件时生成工作点
Change Operating PointsSwitch between operating points during simulation (自 R2023b 起)

主题

稳态工作点

  • 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 Memory and Transport Delay blocks.
  • 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.

查找工作点

Simulink 模型同步

自定义配平

批量计算

代码生成