Products & Services Industries Academia Support User Community Company

Learn more about MATLAB   

mxArrayToString (C) - Convert array to string

C Syntax

#include "matrix.h"
char *mxArrayToString(const mxArray *array_ptr);

Arguments

array_ptr

Pointer to a string mxArray; that is, a pointer to an mxArray having the mxCHAR_CLASS class.

Returns

C-style string. Returns NULL on failure. Possible reasons for failure include out of memory and specifying an mxArray that is not a string mxArray.

Description

Call mxArrayToString to copy the character data of a string mxArray into a C-style string. The C-style string is always terminated with a NULL character.

If the string array contains several rows, they are copied, one column at a time, into one long string array. This function is similar to mxGetString, except that

mxArrayToString does not free the dynamic memory that the char pointer points to. Consequently, you should typically free the string (using mxFree) immediately after you have finished using it.

Examples

See mexatexit.c in the matlabroot/extern/examples/mex folder .

For additional examples, see mxcreatecharmatrixfromstr.c and mxislogical.c in the matlabroot/extern/examples/mx folder .

See Also

mxCreateCharArray, mxCreateCharMatrixFromStrings, mxCreateString, mxGetString

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS