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

2 vues (au cours des 30 derniers jours)
Attaf Ahmed
Attaf Ahmed le 30 Sep 2024
Commenté : Attaf Ahmed le 4 Oct 2024
C:\Program Files\MATLAB\bin\.....? after Matlab 2024a installation
  1 commentaire
Attaf Ahmed
Attaf Ahmed le 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

Connectez-vous pour commenter.

Réponses (1)

Divyanshu
Divyanshu le 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 commentaire
Attaf Ahmed
Attaf Ahmed le 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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits


Version

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by