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 中查找有关 Search Path 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by