Can I access Google using urlread
Mostrar comentarios más antiguos
Why can I query some urls using urlread e.g.
[s,status]=urlread('http://ichart.finance.yahoo.com/table.csv?s=IBM&a=00&b=01&c=2011&d=02&e=30&f=2011&g=d&ignore=.csv');
But not Google e.g.
[s,status]=urlread('http://www.google.com.au/search?hl=en&source=hp&q=pig&aq=f&aqi=g10&aql=&oq=');
Must I use the Google API?
Thanks RichardLJ
Respuesta aceptada
Más respuestas (1)
Sean de Wolski
el 6 de Abr. de 2011
0 votos
My gunits function may be of interest to you.
Categorías
Más información sobre Google en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!