Talk:MATLAB

From ScientificComputing
Revision as of 13:59, 26 September 2019 by Urbanb (talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.