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 Kommentare

Walter Roberson
Walter Roberson am 9 Nov. 2016
Works from my system. Perhaps you have a firewall active?
Guillaume
Guillaume am 9 Nov. 2016
or a proxy server that behaves badly given the matlab user agent string.
mizuki
mizuki am 10 Nov. 2016
or increasing the Timeout
options = weboptions('Timeout', 30);
data = webread(url,options);

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Install Products finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Gefragt:

YW
am 9 Nov. 2016

Kommentiert:

am 10 Nov. 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by