- 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 views (last 30 days)
Show older comments
MathWorks Support Team
on 19 Nov 2024 at 0:00
Answered: MathWorks Support Team
ongeveer 16 uur ago
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?
Accepted Answer
MathWorks Support Team
on 19 Nov 2024 at 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 Comments
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!