explicit - explicit form ( maxplus linear system)
Computes an explicit realization of a dynamic linear maxplus system.
An explicit form of a system (A,B,C,D) has a matrix D with all entries equal to -inf.
S=mpsyslin(%eye(2,2),[%1;%1],[%1,%1],#([-1,0;-1,-2])) explicit(S)