MATLAB Application Program Interface Reference Help Desk

mxCopyPtrToCharacter

Purpose

Copy character values from a pointer array to a Fortran array

Fortran Syntax

Arguments

n

Number of elements to copy.

px

Pointer to character or name array.

y

Character Fortran array.

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



[ Previous | Help Desk | Next ]