when i start matlab, this appears ''Warning: Name is nonexistent or not a directory: C:\OPAL-RT​\RT-LAB\20​24.1\commo​n\bin '' i want to remove this

조회 수: 4 (최근 30일)
when i start matlab, this appears ''Warning: Name is nonexistent or not a directory: C:\OPAL-RT\RT-LAB\2024.1\common\bin '' i want to remove this

채택된 답변

Malay Agarwal
Malay Agarwal 2024년 9월 17일
편집: Malay Agarwal 2024년 9월 17일
You are getting the warning since the directory "C:\OPAL-RT\RT-LAB\2024.1\common\bin" is added to the MATLAB Search Path but MATLAB cannot find the directory on your system. You'll need to remove this directory from the MATLAB Search Path to get rid of this warning.
Here are the steps to remove the directory from the search path:
  1. Go to the "Home" tab of the tool ribbon,
  2. Click the SetPath icon.
  3. Then locate the missing folder and highlight it.
  4. Click Remove, Save, and Close.
After performing the above steps, the warning should go away the next time you start MATLAB.
Please refer to the following resources for more information:
Hope this helps!
  댓글 수: 2
ASIF ALI
ASIF ALI 2024년 9월 17일
Thanks for answer,
however i am unable to locate these, in setpath
Warning: Name is nonexistent or not a directory: C:\OPAL-RT\RT-LAB\2024.1\common\bin
Warning: Name is nonexistent or not a directory: C:\OPAL-RT\RT-LAB\2024.1\Simulink\rtw\c\common
Warning: Name is nonexistent or not a directory: C:\OPAL-RT\RT-LAB\2024.1\Simulink\libR2021a
Warning: Name is nonexistent or not a directory: C:\OPAL-RT\RT-LAB\2024.1\Simulink\m
Warning: Name is nonexistent or not a directory: C:\OPAL-RT\RT-LAB\2024.1\Simulink\ephasorsim
Warning: Name is nonexistent or not a directory: C:\OPAL-RT\RT-LAB\2024.1\Examples\ePHASORsim
Warning: Name is nonexistent or not a directory: C:\OPAL-RT\RT-LAB\2024.1\common\bin\x64
DGM
DGM 2024년 9월 17일
In my experience, dead links in the path file aren't actually loaded when they fail at startup, so they won't even show up when you use the pathtool. You have to edit the actual file directly.
At least that's my experience.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by