Difference between revisions of "Talk:MATLAB"
From ScientificComputing
(Created page with "You can configure MATLAB to use a proxy: com.mathworks.mlwidgets.html.HTMLPrefs.setUseProxy(true) com.mathworks.mlwidgets.html.HTMLPrefs.setProxyHost('proxy.ethz.ch') com.m...") |
|||
Line 1: | Line 1: | ||
You can configure MATLAB to use a proxy: | You can configure MATLAB to use a proxy: | ||
− | com.mathworks.mlwidgets.html.HTMLPrefs.setUseProxy(true) | + | com.mathworks.mlwidgets.html.HTMLPrefs.setUseProxy(true) |
− | com.mathworks.mlwidgets.html.HTMLPrefs.setProxyHost('proxy.ethz.ch') | + | com.mathworks.mlwidgets.html.HTMLPrefs.setProxyHost('proxy.ethz.ch') |
− | com.mathworks.mlwidgets.html.HTMLPrefs.setProxyPort('3128') | + | com.mathworks.mlwidgets.html.HTMLPrefs.setProxyPort('3128') |
You need to run this just once per version. | You need to run this just once per version. |
Latest revision as of 13:59, 26 September 2019
You can configure MATLAB to use a proxy:
com.mathworks.mlwidgets.html.HTMLPrefs.setUseProxy(true) com.mathworks.mlwidgets.html.HTMLPrefs.setProxyHost('proxy.ethz.ch') com.mathworks.mlwidgets.html.HTMLPrefs.setProxyPort('3128')
You need to run this just once per version.