setmpcsignals
Set signal types in LTI plant model
Description
sets the MPC signal types for the input and output signals of the LTI system
outPlant
= setmpcsignals(inPlant
,Name,Value
)inPlant
, returning the result in outPlant
.
Specify the signal types and indices using one or more name-value pair arguments. If you do
not specify the type for input or output channels, they are configured as manipulated
variables and output variables, respectively.
Examples
Input Arguments
Output Arguments
Tips
In general, set the plant signal types using setmpcsignals
before
creating your controller object.
If you modify the signal types of the internal plant model of an existing controller, you must ensure that the new input/output channel types are consistent with the following controller properties:
Weights
ManipulatedVariables
OutputVariables
DisturbanceVariables
Model.Noise
Version History
Introduced before R2006a