How to select compiler if not available on the list provided by mex -setup ??
6 次查看(过去 30 天)
显示 更早的评论
Hi, i have just downloaded the matlab toolbox:
The mex function is asking me for a compiler. Microsoft Visual C++ express 2010 is already installed. I have followed the instructions of the Mex-setup function which is unable to locate this compiler. How can i compile the few .cpp file i need? Or how can find my compiler? Thanks
0 个评论
采纳的回答
Walter Roberson
2011-6-21
Is your system 32 bit Windows or 64 bit?
11 个评论
Walter Roberson
2011-6-22
I would suggest doing it the way Venn suggests. Go in to yvals.h and find the line that has
#include <matrix.h>
and change it to
namespace mat {
#include <matrix.h>
}
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!