Borrar filtros
Borrar filtros

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

8 visualizaciones (últimos 30 días)
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.

Respuestas (1)

Image Analyst
Image Analyst el 4 de Mayo de 2024
  1. Home tab
  2. Preferences
  3. Help
  4. Click Installed locally radio button
  3 comentarios
Image Analyst
Image Analyst el 7 de Mayo de 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 el 8 de Mayo de 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'

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by