高斯变换_在MATLAB在的矩阵变换 算法:unction [x,d,flag]=gauss(A,b) % [n,m]=size(A); nb=length(b); % if n~=m error('The rows and conlumns of the matrix A must be aqual! '); return; end