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.

• You can also<br />

– link multiple <strong>files</strong><br />

More Features<br />

>> mex circle.c square.obj rectangle.c shapes.lib<br />

– call <strong>MATLAB</strong> functions, e.g.,<br />

mexCall<strong>MATLAB</strong>(1, lhs, 1, rhs, "sin");<br />

mexCall<strong>MATLAB</strong>(0, NULL, 1, lhs, "plot");<br />

– clean up allocated memory<br />

mxDestroyArray(rhs[0]);<br />

mxDestroyArray(lhs[0]);<br />

– and so on, see documentation

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

Saved successfully!

Ooh no, something went wrong!