External Interfaces Reference |
Copy character
values from Fortran array to pointer array
Fortran Syntax
Arguments
px
Pointer to character
or name
array.
Description
mxCopyCharacterToPtr
copies n
character
values from the Fortran character
array y
into the MATLAB string array pointed to by px
. This subroutine is essential for copying character data between MATLAB pointer arrays and ordinary Fortran character
arrays.
See Also
mxCopyPtrToCharacter, mxCreateCharArray
, mxCreateString
, mxCreateCharMatrixFromStrings
mxClearLogical (Obsolete) | mxCopyComplex8ToPtr |
© 1994-2005 The MathWorks, Inc.