| MATLAB® | ![]() |
Get pointer to character array data
#include "matrix.h" mxChar *mxGetChars(const mxArray *array_ptr);
Pointer to an mxArray
The address of the first character in the mxArray. Returns NULL if the specified array is not a character array.
Call mxGetChars to determine the address of the first character in the mxArray that array_ptr points to. Once you have the starting address, you can access any other element in the mxArray.
![]() | mxGetCell (C and Fortran) | mxGetClassID (C and Fortran) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |