Fortran mex: mxCopyCharacterToPt​r and mxCopyPtrToCharacte​r

Drop in replacements for the Mathworks supplied functions of the same names that do not work.
1,1K descargas
Actualizado 1 ago 2008

Sin licencia

The Mathworks supplied Fortran mxCopyCharacterToPtr and mxCopyPtrToCharacter routines do not work. This submission contains two drop-in replacement routines that do work. They have the same argument signatures as the Mathworks routines. Simply include them with your Fortran source code and they will override the Mathworks library functions.

Also included are two test driver mex functions to demonstrate the use of the routines.

Citar como

James Tursa (2024). Fortran mex: mxCopyCharacterToPtr and mxCopyPtrToCharacter (https://www.mathworks.com/matlabcentral/fileexchange/20860-fortran-mex-mxcopycharactertoptr-and-mxcopyptrtocharacter), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2007a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Fortran with MATLAB en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Confirmed that Compaq Visual Fortran does not support the %REF construct properly in the original files. So I am including versions that do not use %REF. These should work with Compaq Visual Fortran.