Hello.
When I use the below code, I got this error.
Can I get an idea to solve the problem?

댓글 수: 4

Walter Roberson
Walter Roberson 2020년 3월 14일
Which MacOS release are you using?
Does the code (or script used to invoke the code) try to set the DYLD_LIBRARY_PATH or LD_LIBRARY_PATH environment variable, or do you have a .bashrc or similar that sets one of those?
Kong
Kong 2020년 3월 14일
편집: Kong 2020년 3월 14일
Thank you.
I am using a macOS.(version 10.14.6.)
Is it related to OS?
Frankly, I don't know what DYLD_LIBRARY_PATH or LD_LIBRARY_PATH is?
I attached file that I am using.
Walter Roberson
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 ?
Kong
Kong 2020년 3월 14일
How can I change Catalina to LD_LIBRARY_PATH?

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

 채택된 답변

Walter Roberson
Walter Roberson 2020년 3월 14일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Programming에 대해 자세히 알아보기

질문:

2020년 3월 14일

댓글:

2020년 3월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by