- If the computer will temporarily be offline, follow these instructions: Install Documentation for Temporary Offline Use
- If the computer is permanently offline, follow these instructions: Install Documentation on Permanently Offline Computers
How do I force MATLAB R2024b to open documentation pages in the Help Browser?
조회 수: 13 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2024년 11월 19일 0:00
답변: MathWorks Support Team
대략 17시간 전
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
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!