1-N array initialized to specified string
#include "matrix.h" mxArray *mxCreateString(const char *str);
Use mxCreateString
to create an mxArray
initialized from str
.
Call mxDestroyArray
when you finish using the
mxArray
.
See these examples in
:matlabroot
/extern/examples/refbook
See these examples in
:matlabroot
/extern/examples/mx