필터 지우기
필터 지우기

How do I change the renderer for the Help browser?

조회 수: 40 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2018년 1월 25일
편집: MathWorks Support Team 2023년 3월 30일
I want to change the renderer used by MATLAB to view the Help browser and access the documentation.
How do I do this?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 3월 30일
편집: MathWorks Support Team 2023년 3월 30일
In R2020b and earlier, to change the Help browser renderer, use the command "webutils.htmlrenderer".
There are different options that can be used depending on your system:
webutils.htmlrenderer('basic'); % This command tell MATLAB to use ICE browser which will result in a more stable, although cosmetically degraded experience when using the documentation center.
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');
Since R2021a, CEF (Chromium) is the only supported renderer and the "webutils.htmlrenderer" function has been disabled.

추가 답변 (0개)

카테고리

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

제품


릴리스

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by