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

printtp(S)
function printtp(S)
%PRINTTP Print LTI models of a TP model
%	PRINTTP(S)
%	
%	S - core tensor of a TP model

n = size(S);
LTI = shiftdim(S, length(n)-2)

Contact us at files@mathworks.com