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
To open an example, type:
edit([fullfile(matlabroot,"extern","examples","refbook","filename")]);
where filename
is:
To open an example, type:
edit([fullfile(matlabroot,"extern","examples","mx","filename")]);
where filename
is: