我想在matlab中设置代理服务器设置。我知道我的代理配置URL,我把它放在我的mozilla firefox的自动代理配置URL(工作正常),但Matlab要求代理主机和端口。
我该怎么找到?我只知道代理配置URL。
答案 0 :(得分:0)
你无法像在firefox中那样配置如此复杂的情况。
将浏览器指向配置URL。它应该显示一些文字。
选择一行“描述”您想要做的最佳连接。
通常在结尾附近有一个语句RETURN "PROXY ....";
- 这是默认所以你很可能想要这个。
答案 1 :(得分:0)
根据this文章,您可以在MATLAB中如下设置代理:
1) Launch MATLAB
2) Select the "Home" tab
3) Select "Preferences"
4) Select "Web"
5) Check the box labeled "Use a proxy server to connect to the Internet"
6) Fill in your proxy information
7) If authentication is necessary, check the box labeled "Use a proxy with authentication" and fill in the appropriate information
8) Use the "Test connection" button to verify that the information entered was correct
NOTE: Only R2008b and newer has the ability to test the proxy connection and enter authentication information.