How to MEX MSlice

From Mslice
Revision as of 15:39, 4 September 2008 by Dean Whittaker (talk | contribs) (New page: ==How To MEX== If using an operating system that does not currently have a release of mslice, then you can MEX mslice yourself (if possible). You need to have: * g95 Fortran compiler (or...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

How To MEX

If using an operating system that does not currently have a release of mslice, then you can MEX mslice yourself (if possible). You need to have:

  • g95 Fortran compiler (or equivalent) OR Intel Fortran Compiler that is compatible with your version of Matlab.
  • Matlab 7.1 or above


To MEX the files yourself:

  • Download any Windows version 2 distribution of mslice and unzip to a folder of your choice.
  • Follow the setup instructions below.
  • Open Matlab
  • Type >> mslice_mex('bit') where bit is either 32 for a 32 bit system or 64 for a 64 bit system (must be a string).
  • You will be asked once for your fortran compiler - when asked to show installed compilers, select 'y' and then select either the Intel Fortran compiler or G95 compiler. If neither of these is on the list then you can not MEX the files yourself. Consult your computing services about aquiring one of these compilers.
  • You will then be asked for your c compiler. Choose an appropriate compiler in the same way
  • A success or fail message will be displayed.