How do I get Taxi data for New York city?

2 次查看(过去 30 天)
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?

采纳的回答

Tom Gaudette
Tom Gaudette 2016-10-21
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Downloads 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by