Prev: mcc and nnet-toolbox
Next: help required for generating .s19 file for a MPC 565 target using RTW and codewarrior.
From: Mark Matthews on 3 May 2010 10:15 Mark Westwood <markc.westwood(a)gmail.com> wrote in message <8c537466-f212-4d0b-9c0e-f4c365edb76d(a)l34g2000vba.googlegroups.com>... > Hi > > If you looked in your Matlab installation on a Windows PC, perhaps at > this location: > > C:\Program Files\MATLAB\R2009a\bin\win64\mexopts > > You would find a series of .bat and .stp files. I guess there is > something similar on the Mac. > > Your task is to identify the files closest to your setup (perhaps the > v10.x Intel Fortran compiler files) and modify them -- you need one of > each for your installation. They are plain text and easily > understandable so you shouldn't have too much trouble creating ones > for your compiler. I'd send you mine, but I run Matlab and Intel > Fortran on a Windows PC using Visual Studio. > > What I can't recall, and haven't time to check right now, is whether I > needed to modify the scripts used by mex -setup to find the .bat > and .stp files. If you need further help, post again. > > Regards > > Mark > > On Oct 3, 5:58 am, Geico Caveman <spammers-go-h...(a)spam.invalid> > wrote: > > Just installed Matlab R2009a on my macbook. > > > > How do I set up mex for Fortran 95 for mex ? I have Intel Fortran > > 11.1.067 Professional installed. > > > > When I run mex -setup, it does not offer a fortran compiler as an option. Hi Mark I'm using Intel fortran 11.1.065 and Visual Studio 10. Can you point me to the .bat and .stp files that would require minimum modification to get mex -setup to identify my compiler? Thanks Mark.
From: fabio freschi on 4 May 2010 05:04 I was able to configure MAC OSX 10.6 with Matlab2009b and mex with gfortran. I do not know if this is off-topic, but if you are interested I can provide you a step-by-step guide Fabio
From: Mark Matthews on 4 May 2010 07:33
"fabio freschi" <fabio.freschi(a)remove.gmail.com> wrote in message <hronu6$e6f$1(a)fred.mathworks.com>... > I was able to configure MAC OSX 10.6 with Matlab2009b and mex with gfortran. I do not know if this is off-topic, but if you are interested I can provide you a step-by-step guide > Fabio Hi Fabio Thanks for the offer but I am running windows. I'm going to try again with an installation of Visual Studio 2008 and see if it works. Mark. |