  |
Matlab2fmex - https://sourceforge.net/projects/matlab2fmex/
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 compiler. |
  |
Convert.f90 - http://www.slac.stanford.edu/comp/fortran/convert.f90
Program by Michael Metcalf that converts Fortran 77 source form to free format Fortran 90 source. |
  |
F2matlab - http://sourceforge.net/projects/f2matlab/
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. |
  |
http://f2perl.sourceforge.net/ - http://f2perl.sourceforge.net/
Perl script which assists in translating Fortran 77 programs to Perl. |
 |
ANS-compatible FORmula TRANslator - http://galileo.phys.virginia.edu/classes/551.jvn.fall01/ftran202.htm
By Julian Noble, written in Forth. |