help browser does not show figure
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hiroyuki Oya
am 5 Sep. 2017
Kommentiert: Kris Fedorenko
am 27 Sep. 2017
My help browser does not show figures ? Any suggestion?
0 Kommentare
Akzeptierte Antwort
Kris Fedorenko
am 8 Sep. 2017
Hi Hiroyuki!
It is possible the issue is caused by the html renderer used by MATLAB to view the Help browser. You can use the following commands to try changing the Help browser renderer (available options depend on your system):
webutils.htmlrenderer('basic');
webutils.htmlrenderer('chromium');
webutils.htmlrenderer('mozilla'); % Only on MAC or 32-bit Windows
webutils.htmlrenderer('ie'); % Only on 64-bit Windows
webutils.htmlrenderer('safari'); % Only on MAC
To restore to MATLAB's default renderer, use:
webutils.htmlrenderer('default');
You can also always access the documentation on the web: https://www.mathworks.com/help/matlab/index.html
Hope this helps!
Kris
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings 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!