Clear Filters
Clear Filters

some command is running in my matlab command window automatically, continuously

31 views (last 30 days)
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 Comment
Star Strider
Star Strider on 27 Jun 2024 at 15:13
You need to Contact Support and get their help in solving that.
Include the URL of this thread in your message to them, so you do not have to repeat everything here.

Sign in to comment.

Answers (1)

Divyanshu
Divyanshu on 1 Jul 2024 at 5:58
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!

Categories

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

Community Treasure Hunt

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

Start Hunting!