Main Content
mxCreateString (C)
1-D array initialized to specified string
C Syntax
#include "matrix.h" mxArray *mxCreateString(const char *str);
Description
Use mxCreateString
to create an mxArray
initialized from str
.
Call mxDestroyArray
when you finish using the
mxArray
.
Input Arguments
Output Arguments
Examples
See these examples in
:matlabroot
/extern/examples/refbook
See these examples in
:matlabroot
/extern/examples/mx