C Math Library Reference | ![]() ![]() |
Cell array to structure array conversion
C Prototype
mxArray *mlfCell2struct(mxArray *c, mxArray *fields, mxArray *dim);
C Syntax
#include "matlab.h" mxArray *c, *fields, *dim; /* Required input argument(s) */ mxArray *s = NULL; /* Return value */ mlfAssign(&s, mlfCell2struct(c,fields,dim));
MATLAB Syntax
s = cell2struct(c,fields,dim)
See Also
cell2struct
Calling Conventions![]() | mlfCelldisp | mlfCellfun | ![]() |