MATLAB Application Program Interface Reference Help Desk

mxCopyPtrToPtrArray

Purpose

Copy pointer to a Fortran array

Fortran Syntax

Arguments

n

Number of elements to copy.

px

Pointer to ir or jc array.

y

INTEGER*4 Fortran array.

Description

mxCopyPtrToPtrArray copies a pointer to a Fortran array. This subroutine is essential for use with Fortran compilers that do not support the %VAL construct in order to set up standard Fortran arrays for passing as arguments to the computation routine of a MEX-file.

See Also

mxCopyInteger4ToPtr



[ Previous | Help Desk | Next ]