Matlab help is not working

조회 수: 12 (최근 30일)
Pekka Mertsalmi
Pekka Mertsalmi 2020년 7월 26일
댓글: Edmund Hodzen 2021년 3월 19일
I have installed Matlab version 9.5.0.944444 (R2018b)
Now the matlab HELP service stopped to work.
What might be the reason for this failure?
Regards
Pekka Mertsalmi
  댓글 수: 4
Pekka Mertsalmi
Pekka Mertsalmi 2020년 7월 26일
I have crash report about this occurence.
Please see it.
Walter Roberson
Walter Roberson 2020년 7월 26일

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

답변 (1개)

Matt J
Matt J 2020년 7월 26일
편집: Matt J 2020년 7월 26일
Make sure that you are not overriding any functions called by help.m with mfiles of your own. For example, if you have your own mfile called strip.m, it may shadow the strip() method of Matlab's string class, which help.m does invoke.
One way to trap such problems is to activate the debugger with,
>> dbstop if caught error
and then test your call to help() again.
  댓글 수: 2
Matt J
Matt J 2020년 7월 26일
편집: Matt J 2020년 7월 26일
Another good first troubleshooting step would be to
>>restoredefaultpath
and to disable any startup.m files you have.
Edmund Hodzen
Edmund Hodzen 2021년 3월 19일
That worked for me. Thanks

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

카테고리

Help CenterFile Exchange에서 Install Products에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by