Home > marsbar > @marsy > resummarize.m

resummarize

PURPOSE ^

recalculate summary data if possible

SYNOPSIS ^

function o = resummarize(o)

DESCRIPTION ^

 recalculate summary data if possible
 
 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function o = resummarize(o)
0002 % recalculate summary data if possible
0003 %
0004 % $Id$
0005 
0006 s_f = sumfunc(o);  
0007 if ~isempty(s_f) & ~strcmp(s_f, 'unknown')
0008   [t1 t2 o] = summary_data(o, s_f);
0009 end

Generated on Wed 11-May-2022 16:26:09 by m2html © 2003-2019