How to resolve url error
古いコメントを表示
i am getting an error of proxy setting when i m trying to read an url.
urlread('https://transferwise.com/gb/currency-converter/usd-to-inr-rate?amount=1');
i m getting following error
Error using urlreadwrite (line 94)
Error downloading URL. Your network connection may be down or your proxy settings improperly configured.
Error in urlread (line 36)
[s,status] = urlreadwrite(mfilename,catchErrors,url,varargin{:});
How can i resolve this??
Thank you
1 件のコメント
That line works for me without error.
Is that error happening for other websites or just that one? Can you load the website from an internet browser?
Also, have you check out this link?
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Downloads についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!