Maxplus Function
Last update : 18/05/2014

explicit - explicit form ( maxplus linear system)

Calling Sequence

E=explicit(S)

Parameters

Description

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.

Examples

S=mpsyslin(%eye(2,2),[%1;%1],[%1,%1],#([-1,0;-1,-2]))
explicit(S)
 

See Also

mpsyslin,  maxplus,