Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Input/Output data on/from internet in matlab
Posted:
Jan 31, 2013 1:35 AM
|
|
So I tried this:
str=urlread('https://www.google.com')
It works fine for this. But when I try this:
str=urlread('https://www.google.com/search?q=[rice]')
It gives me ??? Error using ==> urlread at 108 Error downloading URL.
I tried to solve this error. I disabled firewall and enabled matlab in inbound and outbound rules. However, this errors comes each time I try to search for keywords. The error doesn't come if I open any site directly. So what should I do? I need to look for keywords. Any ideas?
|
|
|
|