- 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?
59 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 19 Nov. 2024 um 0:00
Beantwortet: MathWorks Support Team
am 20 Nov. 2024 um 19:41
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?
Akzeptierte Antwort
MathWorks Support Team
am 19 Nov. 2024 um 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!