Matlab help is not working

13 Ansichten (letzte 30 Tage)
Pekka Mertsalmi
Pekka Mertsalmi am 26 Jul. 2020
Kommentiert: Edmund Hodzen am 19 Mär. 2021
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 Kommentare
Pekka Mertsalmi
Pekka Mertsalmi am 26 Jul. 2020
I have crash report about this occurence.
Please see it.
Walter Roberson
Walter Roberson am 26 Jul. 2020

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Matt J
Matt J am 26 Jul. 2020
Bearbeitet: Matt J am 26 Jul. 2020
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 Kommentare
Matt J
Matt J am 26 Jul. 2020
Bearbeitet: Matt J am 26 Jul. 2020
Another good first troubleshooting step would be to
>>restoredefaultpath
and to disable any startup.m files you have.
Edmund Hodzen
Edmund Hodzen am 19 Mär. 2021
That worked for me. Thanks

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Install Products finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by