help browser does not show figure

조회 수: 3 (최근 30일)
Hiroyuki Oya
Hiroyuki Oya 2017년 9월 5일
댓글: Kris Fedorenko 2017년 9월 27일
My help browser does not show figures ? Any suggestion?

채택된 답변

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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by