SVD Decomposition
The MATSING block computes the economy sized SVD of the MxN input matrix A by finding U,S and V such that
A=U*S*V’.
When the decomposition type parameter is set to;
The equivalent function of this block in Scilab is `svd(A,”e”)`_.