Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/EmptyTag/158.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在matlab中设置代理_Matlab_Proxy - Fatal编程技术网

在matlab中设置代理

在matlab中设置代理,matlab,proxy,Matlab,Proxy,我想在matlab中设置代理服务器设置。我知道我的代理配置URL,我把它放在我的mozilla firefox的自动代理配置URL中(运行良好),但Matlab要求提供代理主机和端口。 我怎么能找到呢?我只知道代理配置URL。你不能像在firefox中那样配置如此复杂的情况 将浏览器指向配置URL。它应该给你看一些文字。 选择一行“描述”您希望实现的最佳连接。 通常在末尾附近有一条语句返回“PROXY…”-这是默认值,因此您很可能需要它 根据文章,在MATLAB中,您可以按如下方式设置代理: 1

我想在matlab中设置代理服务器设置。我知道我的代理配置URL,我把它放在我的mozilla firefox的自动代理配置URL中(运行良好),但Matlab要求提供代理主机和端口。

我怎么能找到呢?我只知道代理配置URL。

你不能像在firefox中那样配置如此复杂的情况

将浏览器指向配置URL。它应该给你看一些文字。 选择一行“描述”您希望实现的最佳连接。 通常在末尾附近有一条语句
返回“PROXY…”-这是默认值,因此您很可能需要它

根据文章,在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.