01.09.2013 Views

Using external libraries with MATLAB, MEX files

Using external libraries with MATLAB, MEX files

Using external libraries with MATLAB, MEX files

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Building the C <strong>MEX</strong>-File w.<br />

BLAS/LAPACK<br />

• Building on the PC (Windows)<br />

– for C <strong>MEX</strong>-file on a PC platform, you need to explicitly specify a<br />

library file to link <strong>with</strong>, e.g.,<br />

• for Lcc compiler that ships <strong>with</strong> <strong>MATLAB</strong>:<br />

mex myCmexFile.c /extern/lib/win32/lcc/libmwlapack.lib<br />

• for Microsoft Visual C++:<br />

mex myCmexFile.c /extern/lib/win32/microsoft/libmwlapack.lib<br />

• Building on Other Platforms<br />

– build <strong>MEX</strong>-file as you would any other C <strong>MEX</strong>-file<br />

mex myCmexFile.c

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!