From: PabloG Guerron on
Hi,

I get the following message when choosing intel fortran as the compiler for mex:

Error: Microsoft Visual Studio 2005 was not found by mex -setup.
The Microsoft Visual Studio 2005 linker is required
to build Intel Fortran MEX-files. Please make sure that
Microsoft Visual Studio 2005 is installed properly.

??? Error using ==> mex at 207
Unable to complete successfully.

But MSVS 2005 is indeed installed in my machine. I can even compile fortran projects using it. Any advice how to fix the problem? Thanks