C Math Library Reference | ![]() ![]() |
Control the output display format
C Prototype
void mlfFormat(mxArray *format, mxArray *precision);
C Syntax
#include "matlab.h" mxArray *format, *precision;/* String array(s) */ mlfFormat(NULL,NULL); mlfFormat(format,NULL); mlfFormat(format,precision);
MATLAB Syntax
format format(format
) format(format
,precision
)
See Also
format
Calling Conventions![]() | mlfFopen | mlfFprintf | ![]() |