Compiled MEX function is not recognized in MATLAB R2013a on MAC OX 10.8 Mount Lion
Mostra commenti meno recenti
Dear all, I am trying to use mex functions on my new MACBook Pro (running MATLAB R2013). I installed XCode 5.2 (latest version). I updated mexopts.sh to recognize Mount Lion (10.8). When I compile by:
The compilation seems to go smoothly (myfile_ex.mexmaci64 is created). Yet when I invoke my function, I get:
myfunction_ex(input1) >> Undefined function "myfunction_ex" for input arguments of type "double".
On other platforms (Window Vista Pro, Ubuntu 13.04) this file is successfully compiled. I have no clue why on MAC is not working. It seems that my MATLAB is not able to recognize my MEX function. And it does so with any mex function that I try to compile. Simply the *.mexmaci64 function is not recognized by matlab.
Any help will be really appreciated.
Cheers, Maurizio
1 Commento
Maurizio De Pitta'
il 5 Dic 2013
Risposte (0)
Categorie
Scopri di più su MATLAB Compiler in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!