Why does nothing show up in the documentation search results?

2 views (last 30 days)
Why, when I click on 'Help' in MATLAB and search for something, do no search results come up? It will say something like "Results 1 to 10 of 314", but there will be no actual results.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 15 Jan 2019
This issue is due to how MATLAB renders HTML files. The documentation is displayed as an HTML file, so if MATLAB's preferences for rendering HTML have been changed the documentation is sometimes not displayed correctly. This can typically be resolved by instructing MATLAB to use the default HTML renderer:
>> com.mathworks.mlwidgets.html.HtmlComponentFactory.setDefaultType('')

More Answers (0)

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!