How to solve Invalid MEX-file
2 次查看(过去 30 天)
显示 更早的评论
Hello.
When I use the below code, I got this error.
Can I get an idea to solve the problem?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/277164/image.png)
4 个评论
Walter Roberson
2020-3-14
Is it different with OS?
Yes, MacOS started changing the effect of LD_LIBRARY_PATH in Sierra. You are using Catalina, which
Are you using "NuMax, a highly efficient algorithm for constructing near-isometric linear embeddings for arbitrary datasets" such as from http://people.csail.mit.edu/chinmay/resources.html ?
采纳的回答
Walter Roberson
2020-3-14
I was able to work around parts of the problem by copying libraries into appropriate places. However, I then get
Symbol not found: _mxGetDimensions_700
When I check into that, I see that the code has been compiled for 32 bit MATLAB, which has not been available on Mac for some time, and will absolutely not run on Catalina (the operating system you have.)
I have just now sent a message to the author of the program about the difficulty.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!