How do I get Taxi data for New York city?

2 visualizaciones (últimos 30 días)
Tom Gaudette
Tom Gaudette el 21 de Oct. de 2016
Respondida: Tom Gaudette el 21 de Oct. de 2016
In the video here , it talks about using the New York city taxi data. It says for me to go to the website and download the data. Is there anyway to tell MATLAB to download this data directly?

Respuesta aceptada

Tom Gaudette
Tom Gaudette el 21 de Oct. de 2016
What about using urlwrite?
urlwrite('https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2016-01.csv','yellow_tripdata_2016-01.csv');
This should download the code for you.

Más respuestas (0)

Categorías

Más información sobre Downloads en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by