Clear Filters
Clear Filters

How to set the default documentation location to "Locally Installed" at the time of installation?

8 views (last 30 days)
We install a good number of copies of Matlab in a classified air-gapped network without internet connection. Thus the help documentation will need to be installed locally. I don't know since when the default documentation location has been changed to "Web", which becomes a burden for our users and admins to sort out this small settings. I figured it will be super if we can set the default documentation location to "Locally Installed" up front at the time of installation, using the installer answer file or alike.
Can someone help us?
Thank you.

Answers (1)

Image Analyst
Image Analyst on 4 May 2024
  1. Home tab
  2. Preferences
  3. Help
  4. Click Installed locally radio button
  3 Comments
Image Analyst
Image Analyst on 7 May 2024
After you install it, do what I said. Yes there is a command to do it but I don't recall what it is at the moment and it would require editing the startup.m file, which is more work than what I just told you.
Alternatively see this:
Phil
Phil on 8 May 2024
Thank you.
I ended up asking the tech support for the answer. They replied with the following and it tested working:
If you want to configure this Preferences setting automatically for all Windows users on this machine, you can append this command to the "matlabrc.m" file in MATLAB's \toolbox\local folder after installation:
s=settings; s.matlab.help.DocLocation.PersonalValue='INSTALLED'

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!