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

2 views (last 30 days)
C:\Program Files\MATLAB\bin\.....? after Matlab 2024a installation
  1 Comment
Attaf Ahmed
Attaf Ahmed on 30 Sep 2024
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

Sign in to comment.

Answers (1)

Divyanshu
Divyanshu on 4 Oct 2024
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 Comment
Attaf Ahmed
Attaf Ahmed on 4 Oct 2024
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

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2024a

Community Treasure Hunt

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

Start Hunting!