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_control(x)
function u = pend2_control(x)

load('pend2_data', 'K', 'U', 'domain');

p = [x(2) x(3) x(5) x(6)];
u = tpcontroller(p, x, K, U, domain);

Contact us at files@mathworks.com