How do I force MATLAB R2024b to open documentation pages in the Help Browser?

조회 수: 13 (최근 30일)

I installed MATLAB R2024b and noticed that the documentation pages open in my web browser, not the integrated Help Browser used in prior releases.Does this mean I will be unable to access help pages if I have no internet access?Is there a way to force MATLAB to use the Help Browser instead of the system browser?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2024년 11월 19일 0:00
As of MATLAB R2024b, the Help Browser has been deprecated. Documentation pages will now open in your system's default web browser. This can be found in the R2024b release notes:
Please note that documentation pages can no longer be accessed without an internet connection unless they are downloaded beforehand.
A workaround to force MATLAB to use the Help Browser in R2024b is to issue the following in the MATLAB Command Window. Please note that the below command is not documented, and its behavior may change at any point:
matlab.internal.doc.ui.setSystemBrowserForDoc(false)
All documentation pages now open in the Help Browser. You can revert this behavior by entering the following in the MATLAB Command Window:
matlab.internal.doc.ui.setSystemBrowserForDoc(true)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by