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 Downloads
Updated Fri, 01 Aug 2008 10:01:58 +0000

No License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Fortran with MATLAB in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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.