C++ Math Library Reference | ![]() ![]() |
Structure to cell array conversion
C++ Prototype
mwArray struct2cell(const mwArray &s);
C++ Syntax
#include "matlab.hpp" mwArray s; // Input argument(s) mwArray c; // Return value c = struct2cell(s);
MATLAB Syntax
c = struct2cell(s)
See Also
struct2cell
Calling Conventions![]() | struct_func | strvcat | ![]() |