mxCopyCharacterToPtr (Fortran) - Copy character values from Fortran array to pointer array
Fortran Syntax
mxCopyCharacterToPtr(y, px, n)
character*(*) y
mwPointer px
mwSize n
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
 | mxComplexity (C) | | mxCopyComplex16ToPtr (Fortran) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit