Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
MEX in Matlab 8.1 , 64 bit & Windows 7, 64 bit
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
i'm using matlab 2013a (win7 x64).
mex compilation problem !!
mex -O -largeArrayDims resize.cc
0 Kommentare
Antworten (1)
Rajiv Ghosh-Roy
am 12 Dez. 2013
The errors you are getting are from the C++ compiler (i.e. they appear to be C++ errors and not mex errors); I would suggest looking at each error message in your code and fixing the issues there.
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!