| MATLAB C++ Math Library | Search  Help Desk |
| cell2struct | See Also |
Cell array to structure array conversion
C++ Prototype
mwArray cell2struct(const mwArray &c, const mwArray &fields=mwArray::DIN, const mwArray &dim=mwArray::DIN);
C++ Syntax
#include "matlab.hpp" mwArray c, fields, dim; // Input argument(s) mwArray s; // Return value s = cell2struct(c,fields,dim);
MATLAB Syntax
s = cell2struct(c,fields,dim)
See Also
cell2struct Calling Conventions