why the Files AMSimulink.mdl and Aspentech-Matlab not available

4 次查看(过去 30 天)
C:\Program Files\MATLAB\bin\.....? after Matlab 2024a installation
  1 个评论
Attaf Ahmed
Attaf Ahmed 2024-9-30
normally after matlab installation complete the two files should be available on C:\Program Files\MATLAB\bin\.....? but this not the case .
Could you please support and help to solve the issue

请先登录,再进行评论。

回答(1 个)

Divyanshu
Divyanshu 2024-10-4
A possible reason can be that those files have fallen out of MATLAB search path or some issue with 'pathdef.m' file. Here are some troubleshooting steps which you can try:
  • Save a copy of current MATLAB search path:
>> which -all pathdef
Above command gives the current location of 'pathdef.m', ensure that you make a copy of the file by copying it to a different location than its current folder.
  • Restore MATLAB Search Path and rehash toolbox cache:
>> restoredefaultpath
>> rehash toolboxcache
  • After above step, check if the issue of missing files is resolve and then you can save the new MATLAB search path to 'pathdef.m' file by following command:
>> savepath
Hope it helps!
  1 个评论
Attaf Ahmed
Attaf Ahmed 2024-10-4
Thank you so much for your consideration,help and support .
I think there is no problem ,i just follow up the way to call AMSimulink.mdl then i have to wait before clicking
i guess i was cliking faster
now i wait time to time ,the communication it is ok

请先登录,再进行评论。

产品


版本

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by