Documentation For com.mathwo​rks.mlwidg​ets.html.H​TMLPrefs Interface

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?

답변 (2개)

Zhongxiao Sun
Zhongxiao Sun 2014년 8월 27일

0 개 추천

This is a part of undocumented matlab build-in function. So I think we can search its methods and argument-list ourselves.
Yair Altman
Yair Altman 2014년 9월 4일

0 개 추천

The only place where you will find documentation for internal Matlab components is, well, in http://UndocumentedMatlab.com and my Matlab-Java programming book.

카테고리

도움말 센터File Exchange에서 Programming에 대해 자세히 알아보기

제품

질문:

2014년 4월 11일

답변:

2014년 9월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by