Azzera filtri
Azzera filtri

Why does 'Help' Documentation in MATLAB R2020a not work when the Proxy server is enabled?

9 visualizzazioni (ultimi 30 giorni)
The recent install of the R2020a version of MATLAB is blocking the request when trying to open a documentation using 'Help' with proxy server as enabled.

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 15 Mag 2024
Modificato: MathWorks Support Team il 15 Mag 2024
1. As an initial troubleshooting step, regenerate preferences using "restoredefaultpath" and "rehash toolboxcache". Refer to the following MATLAB Answers post for more information:
Move to step 2 if this does not resolve the issue.
2. Does the following command run from the Command Window with proxy server enabled? This step is to check if MATLAB's Web preferences are not routing through the System Web Browser.
>> web("https://www.mathworks.com/help/releases/R2020a/matlab/ref/plot.html");
If the above command runs without error, move to Step 3. If the command throws an error, there is a possibility that the proxy server is not connected. The proxy server can be configured and tested by following the steps in the below MATLAB Answers post:
3. Change the help browser renderer by following the below MATLAB Answers post and observe if this resolve the issue:
4. If none the above steps help, check to see if a fresh install of MATLAB R2020a with proxy enabled resolves the issue.
5. As a last resort, download the attachment 'matlabwindowjava.jar' and use it to replace the existing JAR file present in the following location, where <matlabroot> refers to the location MATLAB R2020a is installed:
<matlabroot>\java\jar\toolbox\matlab
MATLAB needs to be restarted after replacing the JAR file with the attachment.

Più risposte (1)

Delprat Sebastien
Delprat Sebastien il 14 Mag 2024
I'm using Matlab 2024a. I performed all the test listed here and the documentation windows remains empty. Modifying the jar file did not change anything.
My organization does not let us access internet without a proxy. All our browser & other software (git, etc) works with this proxy.
It is not clear to me why Matalb can access the internet (i.e. the "test proxy" button allows to check that it works, the web command above works) but not the documentation.
Could you please help me with this?

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by