display

PURPOSE ^

DISPLAY - displays the fields of a matice element

SYNOPSIS ^

function display(matice)

DESCRIPTION ^

DISPLAY - displays the fields of a matice element

   echo function for 'matice' class

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function display(matice)
0002 %DISPLAY - displays the fields of a matice element
0003 %
0004 %   echo function for 'matice' class
0005 
0006 disp(sprintf('\n%s = \n',inputname(1)));
0007 disp(sprintf('   id: %i',matice.id));
0008 disp(sprintf('   B: %g',matice.B));
0009 disp(sprintf('   n: %i',matice.n));

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