Matlab help is not working

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 件のコメント

Rik
Rik 2020 年 7 月 26 日
Can you provide more details about what you mean by the service stopped working? Is there any error message?
Image Analyst
Image Analyst 2020 年 7 月 26 日
I think the solution would be to install the latest version, r2020a. Not sure why you didn't, and installed an antique version.
If you can't/won't upgrade, then the FAQ covers your situation: Read the FAQ
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 日

0 投票

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

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

質問済み:

2020 年 7 月 26 日

コメント済み:

2021 年 3 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by