Installation Location of MEX
Afficher commentaires plus anciens
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 commentaires
Jan
le 21 Fév 2013
What exactly is "MEX"? There is a Perl script, a Matlab script or perhaps it means the compiled MEX-Function?
Ryan Livingston
le 22 Fév 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
le 24 Fév 2013
Connie
le 24 Fév 2013
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Write C Functions Callable from MATLAB (MEX Files) dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!