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 件のコメント

Adam Danz
Adam Danz 2019 年 12 月 17 日
編集済み: Adam Danz 2019 年 12 月 17 日
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 ExchangeDownloads についてさらに検索

タグ

質問済み:

2019 年 12 月 17 日

編集済み:

2019 年 12 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by