External Interfaces Reference Previous page   Next Page
mxCopyCharacterToPtr

Copy character values from Fortran array to pointer array

Fortran Syntax

Arguments

y
   character Fortran array.

px
   Pointer to character or name array.

n
   Number of elements to copy.

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


Previous page  mxClearLogical (Obsolete) mxCopyComplex8ToPtr Next page

© 1994-2005 The MathWorks, Inc.