필터 지우기
필터 지우기

How to make webread work?

조회 수: 20 (최근 30일)
YW
YW 2016년 11월 9일
댓글: mizuki 2016년 11월 10일
>> 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
Guillaume
Guillaume 2016년 11월 9일
or a proxy server that behaves badly given the matlab user agent string.
mizuki
mizuki 2016년 11월 10일
or increasing the Timeout
options = weboptions('Timeout', 30);
data = webread(url,options);

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by