External Interfaces/API Reference    
mxCopyPtrToCharacter

Copy character values from a pointer array to a Fortran array

Fortran Syntax

Arguments
px
   Pointer to character or name array.

y
   character Fortran array.

n
   Number of elements to copy.

Description

mxCopyPtrToCharacter copies n character values from the MATLAB array pointed to by px into the Fortran character array y. This subroutine is essential for copying character data from MATLAB's pointer arrays into ordinary Fortran character arrays.

See Also

mxCopyCharacterToPtr


 mxCopyInteger4ToPtr mxCopyPtrToComplex16