How do I get Taxi data for New York city?

1 view (last 30 days)
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?

Accepted Answer

Tom Gaudette
Tom Gaudette on 21 Oct 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.

More Answers (0)

Categories

Find more on Downloads in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!