Main Content

用于 MATLAB 模型调节的设置

在 MATLAB® 中对控制系统建模以进行命令行调节

您可以通过广义状态空间 (genss) 模型来调节在 MATLAB 中表示的控制系统。可以通过互连表示控制系统的固定和可调组件的元素来创建这样的模型。请参阅Building Tunable Models

函数

全部展开

tf传递函数模型
zpk零极点增益模型
ss状态空间模型
tunableGainTunable static gain block
tunableTFTunable transfer function with fixed number of poles and zeros
tunablePIDTunable PID controller
tunablePID2Tunable two-degree-of-freedom PID controller
tunableSSTunable fixed-order state-space model
realpReal tunable parameter
AnalysisPointPoints of interest for linear analysis
connectBlock diagram interconnections of dynamic systems
feedbackFeedback connection of multiple models

主题

  • Building Tunable Models

    Build a control-system model for tuning with systune or looptune using numeric LTI models for fixed elements and control design blocks for the tunable elements.

  • Generalized Models

    Generalized models represent systems having a mixture of fixed coefficients and tunable or uncertain coefficients.

  • Models with Tunable Coefficients

    Use tunable models to model tunable components of control systems for parameter sampling or control system tuning.

  • Mark Signals of Interest for Control System Analysis and Design

    Analysis points allow you to access to internal signals, perform open-loop analysis, or specify requirements for controller tuning in systems modeled in either MATLAB or Simulink®.

相关信息