Matcont and compiling problem
显示 更早的评论
Hi,
I am trying to use matcont package on Matlab but it gives me always the following error ;
Error using mex
C:\Users\CanAskan\Desktop\matcont3p4\LimitCycle\BVP_LC_jac.c:1:0: sorry, unimplemented: 64-bit
mode not compiled in
/*
^
Error in matcont (line 59)
mex -largeArrayDims -O BVP_LC_jac.c;
My system is 64 bits and I installed MinGW64 Compiler. What could be the problem ?
Thanks in advance,
1 个评论
varjak
2018-6-16
Hi, I had the same error and the problem was I had a 32-bit version installed instead of the 64-bit. If you are using a standalone MinGW, and if during its installation you are presented with the option of choosing a i686 or a x86_64 architecture, I suggest you choose the x86_64. It solved the issue for me.
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Support for MinGW-w64 C/C++ Compiler 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!