Create sparse matrix - MATLAB sparse - MathWorks América Latina
la.mathworks.com › help › matlabCreate sparse matrix - MATLAB sparse - MathWorks América Latina sparse Create sparse matrix collapse all in page Syntax S = sparse (A) S = sparse (m,n) S = sparse (i,j,v) S = sparse (i,j,v,m,n) S = sparse (i,j,v,m,n,nz) Description example S = sparse (A) converts a full matrix into sparse form by squeezing out any zero elements.