Model Setup
To tune a Simulink model at the command-line, use the slTuner
interface
to configure the model for tuning, specify blocks to tune, and specify
analysis points. The slTuner
interface stores a
linear approximation of the Simulink model and other information
required to tune the system. For an example, see Create and Configure slTuner Interface to Simulink Model.
Functions
Topics
- 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.
- How Tuned Simulink Blocks Are Parameterized
Both Control System Tuner and the
slTuner
interface automatically assign predefined parameterizations to certain Simulink blocks. - Create and Configure slTuner Interface to Simulink Model
Use
slTuner
to create an interface to a Simulink model for command-line control system tuning and analysis. - Tune Control Systems in Simulink
At the command line, use
systune
orlooptune
to automatically tune control systems modeled in Simulink. - Approximate Nonlinear Behavior Using Array of LTI Systems
You can use linear parameter varying models to approximate the dynamics of nonlinear systems.