필터 지우기
필터 지우기

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