How to make webread work?
Afficher commentaires plus anciens
>> 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 commentaires
Walter Roberson
le 9 Nov 2016
Works from my system. Perhaps you have a firewall active?
Guillaume
le 9 Nov 2016
or a proxy server that behaves badly given the matlab user agent string.
mizuki
le 10 Nov 2016
or increasing the Timeout
options = weboptions('Timeout', 30);
data = webread(url,options);
Réponses (0)
Catégories
En savoir plus sur Install Products dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!