- 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
about 18 hours 前
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!