Display text or array
C Prototype
void mlfDisp(mxArray *X);
C Syntax
#include "matlab.h" mxArray *X; /* Required input argument(s) */ mlfDisp(X);
MATLAB Syntax
disp(X)
See Also
disp