| C Math Library Reference | ![]() |
Print the contents of an array
C Prototype
void mlfPrintMatrix(mxArray *m);
Arguments
mxArray *m
Array to print
Description
mlfPrintMatrix() calls the installed print handler.
To print the contents of a cell array, use mlfCelldisp().
See Also
mlfPrintf, mlfSetPrintHandler
| mlfPrintf | mlfRestorePreviousContext | ![]() |