C Math Library Reference | ![]() ![]() |
Create cell array of strings from character array
C Prototype
mxArray *mlfCellstr(mxArray *S)
C Syntax
#include "matlab.h" mxArray *S; /* Required input argument(s) */ mxArray *c = NULL; /* Return value */ mlfAssign(&c, mlfCellstr(S));
MATLAB Syntax
c = cellstr(S)
See Also
cellstr
Calling Conventions![]() | mlfCellhcat | mlfCgs | ![]() |