help does not work

25 ビュー (過去 30 日間)
David Soltysik
David Soltysik 2018 年 11 月 6 日
コメント済み: Image Analyst 2022 年 8 月 4 日
Hello,
I just installed MATLAB R2018b, and now the help command does not work. Even typing "help" or "help help" gives me a response of "help not found".
Was the help function killed? How do I get help to work again?
Thank you.
David

採用された回答

David Soltysik
David Soltysik 2018 年 11 月 9 日
After clicking "Set Path" and removing some paths, the help function resumed working.
  1 件のコメント
Michael Reshko
Michael Reshko 2019 年 3 月 18 日
Could you please provide furtehr details of how to fix this issue? I am alos getting "Page not found" after a new version install. Thanks

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

その他の回答 (1 件)

Ba Mo
Ba Mo 2019 年 4 月 12 日
編集済み: Ba Mo 2019 年 4 月 12 日
Any chance that the toolbox/suite you installed is PSAT (power systems analysis toolbox)?
The help command in matlab stops working after adding PSAT to matlab's path
that's because the help command of matlab calls a routine called "settings" in the folder: "%matlab-root%\2018a\toolbox\matlab\configtools\settings.m, and psat also has a routine called "settings.m".
When you call matlab's help, you will find the culprit in the file named: "getTopicHelpText" in the sub-function at the bottom named: "useSingleSource(hp)"
to solve this problem, you must change the name of PSAT's file to something else; and cross-check if any other psat files use this routine
alternatively, in matlab's "getTopicHelpText" routine, change the "settings" command.
if the toolbox causing the problem is NOT PSAT, then something similar has happened for other reasons. the thing is, the code to fetch the help-text from any file, is done inside a try-catch-end block in matlab's help routine (help.m)
  4 件のコメント
Nicholas Teong
Nicholas Teong 2022 年 8 月 4 日
May i know how to remove the path ? i am having the same problem. THanks
Image Analyst
Image Analyst 2022 年 8 月 4 日
Use the "Set Path" button on the Home tab of the tool ribbon or, in code, use the rmpath function.
Or try
>> restoredefaultpath

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

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by