Borrar filtros
Borrar filtros

help browser does not show figure

6 visualizaciones (últimos 30 días)
Hiroyuki Oya
Hiroyuki Oya el 5 de Sept. de 2017
Comentada: Kris Fedorenko el 27 de Sept. de 2017
My help browser does not show figures ? Any suggestion?

Respuesta aceptada

Kris Fedorenko
Kris Fedorenko el 8 de Sept. de 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 comentarios
Hiroyuki Oya
Hiroyuki Oya el 24 de Sept. de 2017
This worked perfectly. Thank you very much !
Kris Fedorenko
Kris Fedorenko el 27 de Sept. de 2017
I am glad I was able to help!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by