C Math Library Reference | ![]() ![]() |
C Prototype
void mlfCelldisp(mxArray *c, mxArray *s);
C Syntax
#include "matlab.h" mxArray *c; /* Required input argument(s) */ mxArray *s; /* Optional input argument(s) */ mlfCelldisp(c,s);
MATLAB Syntax
celldisp(c,s)
See Also
celldisp
Calling Conventions![]() | mlfCell | mlfCell2struct | ![]() |