How to make webread work?
16 ビュー (過去 30 日間)
古いコメントを表示
>> 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 件のコメント
mizuki
2016 年 11 月 10 日
or increasing the Timeout
options = weboptions('Timeout', 30);
data = webread(url,options);
回答 (0 件)
参考
カテゴリ
Help Center および File 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!