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

8 次查看(过去 30 天)
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.

回答(1 个)

Image Analyst
Image Analyst 2024-5-4
  1. Home tab
  2. Preferences
  3. Help
  4. Click Installed locally radio button
  3 个评论
Image Analyst
Image Analyst 2024-5-7
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 2024-5-8
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'

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by