C++ Math Library Reference | ![]() ![]() |
Create cell array of strings from character array
C++ Prototype
mwArray cellstr(const mwArray &S);
C++ Syntax
#include "matlab.hpp" mwArray S; // Input argument(s) mwArray c; // Return value c = cellstr(S);
MATLAB Syntax
c = cellstr(S)
See Also
cellstr
Calling Conventions![]() | cellhcat | cgs | ![]() |