Error using mex (mxErrMsgTxt)
Ältere Kommentare anzeigen
I have a error when run this code of mdl4bmf package:
CODE: mex -Iasso-utils/ -largeArrayDims -O -v -output asso -DMATLAB ./asso.obj ./matlabasso.obj
ERROR: Error using mex ./matlabasso.obj:matlabasso.c:(.text+0x371): undefined reference to `mxErrMsgTxt' collect2.exe: error: ld returned 1 exit status
Please help me to solve this problem, OS win10 , matlab version 2017a
Akzeptierte Antwort
Weitere Antworten (1)
Nadin Mari
am 1 Feb. 2018
0 Stimmen
In Matlaqb R2017b change mxErrMsgTxt to mexErrMsgTxt.
Kategorien
Mehr zu MATLAB Support for MinGW-w64 C/C++ Compiler finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

