Feeds
回答済み
mex *.cpp under MATLAB 2013b and Xcode 5.0
Thanks Jacques, you were right. The compiler didn't use c++11. This solved my problem: *Add -std=c++11 to CXXFLAGS in your c...
mex *.cpp under MATLAB 2013b and Xcode 5.0
Thanks Jacques, you were right. The compiler didn't use c++11. This solved my problem: *Add -std=c++11 to CXXFLAGS in your c...
12年弱 前 | 1
| 採用済み
質問
mex *.cpp under MATLAB 2013b and Xcode 5.0
Compiling this simple code: #include <math.h> #include <matrix.h> #include <mex.h> void mexFunction(int nlhs, ...
12年弱 前 | 2 件の回答 | 0