Code covered by the BSD License  

Highlights from
Sparse sub access

from Sparse sub access by Bruno Luong
This package allows to retrieve and assign values of sparse matrix in one shot.

asgn(a1, a2) %#ok
function v = asgn(a1, a2) %#ok
% Author Bruno Luong <brunoluong@yahoo.com>
% Last update: 05/Apil/2009
v = a2;
end

Contact us at files@mathworks.com