Matrix Exponential
The MATEXPM outputs the matrix exponential of a square matrix input computed by the pade’s approximants. The output is a square matrix with the same size of the input.
The equivalent of this block in Scilab is `expm`_.
u=[1 2 3;2 3 1;4 2 1]
y=[182.612 196.518 141.735;172.973 190.770 133.577;204.677 220.063 159.067]