Code covered by the BSD License  

Highlights from
TP Tool

from TP Tool by P. Baranyi, Z. Petres, Sz. Nagy
MATLAB Toolbox providing the functions for TP Model Transformation based Control Design

pend2_dx(u, x)
function dx = pend2_dx(u, x)

pend2_lpv

p = [x(2) x(3) x(5) x(6)];
AB = querylpv(LPV, p);

% dx = A x + B u
dx = AB*[x; u];

Contact us at files@mathworks.com