some command is running in my matlab command window automatically, continuously
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
In my MATLAB command window some commands start running automatically whenever i enter some comand and it run continuously forever.
and i have attached one snip of the above mentioned problem.
if anyone have any solution please help.
1 comentario
Star Strider
el 27 de Jun. de 2024
Include the URL of this thread in your message to them, so you do not have to repeat everything here.
Respuestas (1)
Divyanshu
el 1 de Jul. de 2024
Hi Chandika,
It is difficult to understand the root cause of the issue without complete information on the exact error messages and the reproduction steps of the issue.
However, here are some general troubleshooting steps which you can try:
1.Take a backup of the current 'pathdef.m' file and store it in a location different than its current folder, which can be located by executing the following command in the MATLAB Command Window:
>> which -all pathdef
2. Execute the following commands in the MATLAB Command Window to restore the default MATLAB Search Path and rehash the toolbox cache:
>> restoredefaultpath
>> rehash toolboxcache
Rehashing the toolbox cache updates the list of known files and classes for all folders on the MATLAB Search Path.
Please refer to the following documentation page for more details:
Hope it helps!
0 comentarios
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!