Installation Location of MEX
Show older comments
Hi,
I am building a peripheral (NLopt library) on an Ubuntu machine where the MATLAB plugin that gets built needs to know the location of MEX. aka:
./configure MEX=/path/to/mex
Where is MEX actually located?
4 Comments
Jan
on 21 Feb 2013
What exactly is "MEX"? There is a Perl script, a Matlab script or perhaps it means the compiled MEX-Function?
Ryan Livingston
on 22 Feb 2013
I assume that you are looking at this:
Right? Can you build a simple Mex file in MATLAB? There is an example here:
If it fails try building with
mex -v timestwo.c
And post the output here.
Connie
on 24 Feb 2013
Connie
on 24 Feb 2013
Accepted Answer
More Answers (0)
Categories
Find more on Write C Functions Callable from MATLAB (MEX Files) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!