saveobj method - removes matrix information from parent to save space $Id$
0001 function o = saveobj(o) 0002 % saveobj method - removes matrix information from parent to save space 0003 % 0004 % $Id$ 0005 0006 % set using maroi_matrix object to avoid object conversion 0007 o.maroi_matrix = matrixdata(o.maroi_matrix, []);