MATLAB: A free Fortran compiler for matlab 2013a on window 7

fortran matab 2013a mex

Hi all,
Is that possible I can install a free Fortran compiler for matlab 2013a on window 7? (I already install SDK 7.1 to mex C++)
I try to mex fortran 90 code in matlab 2013a, and I am confused about Fortran compilers, after check http://www.mathworks.com/support/compilers/R2013a/index.html?sec=win64
Thank you,
PS. after run allCC = mex.getCompilerConfigurations('Fortran','Supported'); I get
  • Intel Visual Fortran Version: 11.1 with linker: Microsoft Visual Studio 2008
  • Intel Visual Fortran Version: 11.1 with linker: Microsoft Visual Studio 2008 Shell
  • Intel Visual Fortran Version: 12 with linker: Microsoft SDK
  • Intel Visual Fortran Version: 12.0 with linker: Microsoft Visual Studio 2008
  • Intel Visual Fortran Version: 12.0 with linker: Microsoft Visual Studio 2008 Shell
  • Intel Visual Fortran Version: 12.0 with linker: Microsoft Visual Studio 2010
  • Intel Visual Fortran Version: 13 with linker: Microsoft SDK
  • Intel Visual Fortran Version: 13.0 with linker: Microsoft Visual Studio 2010
  • Intel Visual Fortran Version: 13.0 with linker: Microsoft Visual Studio 2012
and allCC = mex.getCompilerConfigurations('C++','Supported'); gives me
  • Intel C++ Version: 11.1 with linker: Microsoft Visual Studio 2008
  • Intel C++ Version: 12.0 with linker: Microsoft SDK
  • Intel C++ Version: 12.0 with linker: Microsoft Visual Studio 2008
  • Intel C++ Version: 12.0 with linker: Microsoft Visual Studio 2010
  • Intel C++ Version: 13.0 with linker: Microsoft SDK
  • Intel C++ Version: 13.0 with linker: Microsoft Visual Studio 2010
  • Intel C++ Version: 13.0 with linker: Microsoft Visual Studio 2012
  • * _ Microsoft SDK Version: 7.1 with linker: Microsoft SDK _ *
  • Microsoft Visual C++ 2010 Version: 10.0 with linker: Microsoft Visual C++ 2010
  • Microsoft Visual C++ 2012 Version: 11.0 with linker:
  • Microsoft Visual C++ 2005 SP1 Version: 8.0 with linker: Microsoft Visual C++ 2005 SP1
  • Microsoft Visual C++ 2008 Version: 9.0 with linker: Microsoft Visual C++ 2008

Best Answer

Related Question