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

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

wing_lpv

v = 20; % 20 m/s (should be the same as in wing_control)
p = [v x(2)];

AB = querylpv(LPV, p);

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

Contact us at files@mathworks.com