display

PURPOSE ^

DISPLAY - displays the fields of an spc

SYNOPSIS ^

function display(spc)

DESCRIPTION ^

DISPLAY - displays the fields of an spc

   echo function for 'spc' class

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function display(spc)
0002 %DISPLAY - displays the fields of an spc
0003 %
0004 %   echo function for 'spc' class
0005 
0006 disp(sprintf('\n%s = \n',inputname(1)));
0007 disp(sprintf('   grid: %i',spc.grid));
0008 disp(sprintf('   dof: %g',spc.dof));
0009 disp(sprintf('   value: %g',spc.value));

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003