필터 지우기
필터 지우기

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

조회 수: 31 (최근 30일)
chandika pratap
chandika pratap 2024년 6월 27일 14:47
답변: Divyanshu 2024년 7월 1일 5:58
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
Star Strider
Star Strider 2024년 6월 27일 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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Divyanshu
Divyanshu 2024년 7월 1일 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!

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by