| MATLAB C Math Library | Search  Help Desk |
| mlfPrintf | See Also |
Format output similar to printf
C Prototype
int mlfPrintf(const char *fmt, ...);
Arguments
const char *fmtprintf-style format characters that specify the format for subsequent strings.
Description
Uses the installed print handler to display the output.See Also
mlfPrintMatrix, mlfSetPrintHandler