Home > marsbar > @maroi_image > saveobj.m

saveobj

PURPOSE ^

saveobj method - removes matrix information from parent to save space

SYNOPSIS ^

function o = saveobj(o)

DESCRIPTION ^

 saveobj method - removes matrix information from parent to save space

 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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, []);

Generated on Wed 11-May-2022 15:34:44 by m2html © 2003-2019