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!