0

我想在 matlab 中设置代理服务器设置。我知道我的代理配置 URL 已放入我的 mozilla firefox 的自动代理配置 URL(工作正常),但 Matlab 要求代理主机和端口。
我怎样才能找到那个?我只知道代理配置 URL。

4

2 回答 2

0

您无法像在 Firefox 中那样配置如此复杂的情况。

将浏览器指向配置 URL。它应该显示一些文本。选择“描述”您想要实现最佳连接的一行。通常在结尾处有一个声明RETURN "PROXY ....";- 这是默认设置,因此您很可能想要这个。

于 2012-08-09T09:56:03.273 回答
0

根据这篇文章,在 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.
于 2019-12-06T09:32:32.590 回答