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

조회 수: 2 (최근 30일)
Attaf Ahmed
Attaf Ahmed 2024년 9월 30일
댓글: Attaf Ahmed 2024년 10월 4일
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

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

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by