For more information, see “Change Requirements with Operating Condition” on page 11-
42.
LPV Plants in MATLAB
In MATLAB, you can use an array of LTI plant models to represent an LPV system
sampled at varying values of σ. To associate each linear model in the set with the
underlying design points, use the SamplingGrid property of the LTI model array σ. One
way to obtain such an array is to create a parametric generalized state-space (genss)
model of the system and sample the model with parameter variation to generate the
array. For an example, see “Study Parameter Variation by Sampling Tunable Model”
(Control System Toolbox).
See Also
findop | slTuner | voidModel
Related Examples
- “Parameterize Gain Schedules” on page 11-32
- “Tune Gain Schedules in Simulink” on page 11-15
- “Multiple Design Points in slTuner Interface” on page 11-26
See Also