MATLAB Compiler Previous page   Next Page

void GetCharData(mxChar* buffer, int len) const

Copy array's data into supplied mxChar buffer.

C++ syntax

Arguments

buffer.   Buffer to receive copy.

len.   Maximum length of buffer. A maximum of len elements will be copied.

Return value

None

Description

The data is copied in column-major order. If the underlying array is not of type mxCHAR_CLASS, the data is converted to this type as it is copied. If a conversion cannot be made, an mwException is thrown.


Previous page  void GetLogicalData(mxLogical* buffer, int len) const void SetData(<numeric-type>* buffer, int len) Next page

© 1994-2005 The MathWorks, Inc.