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
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.

댓글을 달려면 로그인하십시오.

질문:

2017년 2월 18일

댓글:

2018년 6월 16일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by