|
FMEX Home FAQs
How Can I Help?
Examples
Tools & Links
Tools:
Matlab API
Interface Module provides a module, MATLAB_API, that contains interfaces to
many of the Fortran and C mx and mat API functions. These interfaces were
written by Jorgen Johansson. I use this for my programming, so it should be fine
for 32-bit machines, however, users of 64 bit machines beware. Many of these
functions need to be updated for you. If you have any questions, email me & I
will help. Also, if you add any additional interfaces, please send them to me,
so I can add them to the master file.
Compilers:
Compaq Visual Fortran
(for Win32 MEX files)
Lahey/Fujitsu F95
(for Win32 MEX files, see here)
Intel Fortran (for x86/Linux MEX files, see here;
bonus: it's
free for non-commercial use!)
Links:
Matlab2FMEX is an m-file that translates Matlab code to Fortran95 and then
compiles it using the mex function and local compiler. Very cool.
This page last updated on
13 December 2007 10:32
|