How can I fix a connection timeout error?
1 次查看(过去 30 天)
显示 更早的评论
I am trying out the webread examples provided by matlab and I keep getting the following error : Error using webread (line 119) The connection to URL 'http://www.mathworks.com/matlabcentral' timed out after 5 seconds. Set options.Timeout to a higher value.
Error in attempt (line 1) webread('http://www.mathworks.com/matlabcentral').
What am I supposed to do? I set the timeout to Infinite using the weboptions function but still get the same error.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Web Services 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!