coeff - coefficients of matrix polynomial
C=coeff(Mp) returns in a big matrix C the coefficients of the polynomial matrix Mp . C is partitioned as
where the Ci are arranged in increasing order k = maxi(degree(Mp))
C=coeff(Mp,v) returns the matrix of coefficients with degree in v . (v is a row or column vector).