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

3 visualizaciones (últimos 30 días)
Attaf Ahmed
Attaf Ahmed el 30 de Sept. de 2024
Comentada: Attaf Ahmed el 4 de Oct. de 2024
C:\Program Files\MATLAB\bin\.....? after Matlab 2024a installation
  1 comentario
Attaf Ahmed
Attaf Ahmed el 30 de Sept. de 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

Iniciar sesión para comentar.

Respuestas (1)

Divyanshu
Divyanshu el 4 de Oct. de 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 comentario
Attaf Ahmed
Attaf Ahmed el 4 de Oct. de 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

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by