IP address problems with webread()
조회 수: 7 (최근 30일)
이전 댓글 표시
I'm using webread(url,options).
At home it works nicely... I should say awesome...
At work I get an error:
Error using webread (line 112)
The IP address of "url.stuff.com" could not be determined.
("url.stuff.com" is just a dummy to hide the actual url) ...
If I stick the url into a Chrome browser (while at work), I get a nice json result as expected. But the same url in webread throws the error...
So, something about Matlab and my work computer behind a proxy firewall are not playing nicely.
Does anyone have ideas of a work around? Or should I just use the excuse to work from home?
thanks, Steve
댓글 수: 0
답변 (1개)
Radha Krishna Maddukuri
2015년 6월 9일
As you have suggested it could be an issue with firewall.
Close MATLAB and add it to exceptions both in Windows and Anti-virus firewall.
Start MATLAB with Administrator permissions. This should fix the issue.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!