How to make webread work?
显示 更早的评论
>> webread('https://www.mathworks.com')
Error using webread (line 119)
The connection to URL 'https://www.mathworks.com' timed out after 5 seconds.
Set options.Timeout to a higher value.
3 个评论
Walter Roberson
2016-11-9
Works from my system. Perhaps you have a firewall active?
Guillaume
2016-11-9
or a proxy server that behaves badly given the matlab user agent string.
mizuki
2016-11-10
or increasing the Timeout
options = weboptions('Timeout', 30);
data = webread(url,options);
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Install Products 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!