Why Doc Command Cannot Open Documentation Well?
Ältere Kommentare anzeigen
Hi, everyone!
I have an issue with doc command.
So, when I use the following command to call a documentation page on a certain function (for instance, find) like this:
doc find
Instead of opening a window of a documentation page on find function, it calls the MATLAB File Help.
While
doc
will open the desired Documentation Main Page, but when I searched for the function, it failed to brought up results. Instead, the command window displayed some errors:
Exception in thread "com.mathworks.mlwidgets.help.messages.HelpSystemMessageChannel Message Channel Thread": java.lang.NullPointerException
at com.mathworks.search.lucene.LuceneIndexUtils.indexContainsField(LuceneIndexUtils.java:75)
at com.mathworks.helpsearch.DocSearchEngineFactory.createAutoSearchEngine(DocSearchEngineFactory.java:64)
at com.mathworks.help.helpui.search.DocSearchHandler.doSearch(DocSearchHandler.java:58)
at com.mathworks.help.helpui.search.DocSearchHandler.doSearch(DocSearchHandler.java:51)
at com.mathworks.mlwidgets.help.messages.search.DocSearchMessageHandler.handleSearch(DocSearchMessageHandler.java:54)
at com.mathworks.mlwidgets.help.messages.search.DocSearchMessageHandler.handle(DocSearchMessageHandler.java:48)
at com.mathworks.mlwidgets.html.messages.BrowserMessageSubscriber$HelpMessageRunnable.run(BrowserMessageSubscriber.java:110)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
...
When I looked at the Preferences > Help, I found that the Documentation Location is chosen as 'Locally Installed' as a default.
Thus, I changed the preference to 'Web, on mathworks.com (Internet connection required)' as well as selected all products, also tried both choices in Quick Help Display Section.
After those trials, I got
doc
works well and are able to search for functions documentation as usual.
However,
doc find
still open the MATLAB File Help instead of the Documentation page.
...
This has not been an issue in the past. It is only after I reinstalled to add 'System Identification Toolbox' that the problem arises.
Could anyone tell me how to solve this issue? I really enjoy the tidy and clean MATLAB Documentation, so this problem is quite disturbing for me.
As for me, I use MATLAB R2020a, on Windows 7 64-bit, with unrestricted internet access.
4 Kommentare
Steven Lord
am 24 Aug. 2020
What operating system are you using?
Teja Abdullah Al-Mujahid
am 25 Aug. 2020
Jan
am 25 Aug. 2020
Just a remark: Windows 7 with unrestricted internet access is a really bad idea.
Teja Abdullah Al-Mujahid
am 26 Aug. 2020
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!