| MATLAB C Math Library | Search  Help Desk |
| mlfPrintMatrix | See Also |
Print the contents of an array
C Prototype
void mlfPrintMatrix(mxArray *m);
Arguments
mxArray *mDescription
mlfPrintMatrix() calls the installed print handler.
To print the contents of a cell array, use mlfCelldisp().
See Also
mlfPrintf, mlfSetPrintHandler