Documentation For com.mathworks.mlwidgets.html.HTMLPrefs Interface
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
As is commonly known, there are several ways to configure proxy settings for MATLAB sessions. For example, one can invoke the interface exposed through the "com.mathworks.mlwidgets.html.HTMLPrefs" Java symbol:
proxyHostName = char(com.mathworks.mlwidgets.html.HTMLPrefs.getProxyHost());
com.mathworks.mlwidgets.html.HTMLPrefs.setProxyHost(java.lang.String(proxyHostName));
I have been unable to find a complete listing for the interface exposed by the "com.mathworks.mlwidgets.html.HTMLPrefs" symbol. Does documentation exist? For example, is there support for Windows-like proxy exceptions by domain name pattern?
0 Commenti
Risposte (2)
Zhongxiao Sun
il 27 Ago 2014
This is a part of undocumented matlab build-in function. So I think we can search its methods and argument-list ourselves.
0 Commenti
Yair Altman
il 4 Set 2014
The only place where you will find documentation for internal Matlab components is, well, in http://UndocumentedMatlab.com and my Matlab-Java programming book.
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!