Matlab2fmex.m is a small translator which aims to convert numerical Matlab m-files to Fortran 90 mex files. Matlab2fmex first translates an m-file to a Fortran90 mex source file and then compiles that Fortran 90 file using Matlab's mex and the local c...
Fortran 90 to Matlab code converter written in Matlab. It accepts Fortran 90 subroutines or functions, determines intent for variables, converts intrinsic function calls, and outputs a Matlab *.m file.