Model Predictive Control Toolbox    
sermod

Puts two models in series by connecting the output of one to the input of the other. Mimics the series function of the Control System Toolbox, except that sermod works on models in the MPC mod format.

Syntax

Description

mod1 and mod2 are models in the MPC mod format (see mod in the online MATLAB Function Reference for a detailed description). You would normally create them using either the tfd2mod, ss2mod or th2mod functions.

sermod combines them to form a composite system, pmod, as shown in the above diagram. It is also in the mod format. Note how the inputs to mod1 and mod2 are ordered in pmod.

Restrictions

See Also
addmd, addmod, addumd, appmod, paramod



scmpc smpccl