Main Content

Configuration de réglage des modèles MATLAB

Systèmes de contrôle des modèles dans MATLAB® pour un réglage en ligne de commande

Vous pouvez régler un système de contrôle représenté dans MATLAB par un modèle de représentation d’état généralisé (genss). Créez ce type de modèle en interconnectant les éléments qui représentent les composants fixes et réglables de votre système de contrôle. Consultez Building Tunable Models.

Fonctions

développer tout

tfModèle de fonction de transfert
zpkZero-pole-gain model
ssModèle de représentation d'état
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

Rubriques

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

Informations connexes