Convert unconstrained MPC controller to linear transfer function
sys = tf(MPCobj)
The tf
function computes the transfer function of the linear controller
ss(MPCobj)
as an LTI system in tf
form
corresponding to the MPC controller when the constraints are not active. The purpose is
to use the linear equivalent control in Control System
Toolbox™ software for sensitivity and other linear analysis.