how can I start this question?
Show older comments
Consider the Climatology example given in class. a)Determine Max total precipitation,and the month and the day that it happened. b)Determine Min total precipitation, and the month and the day that it happened. c)Produce a new table that contains only the following data:Month, Total precipitation, Total snow fall, number of days having more than one inch of precipitation
Answers (1)
Walter Roberson
on 30 Jan 2017
0 votes
If you are using R2016b or later use readtable and timetable() and retime() or related routines
4 Comments
Ali Musabih
on 30 Jan 2017
Guillaume
on 30 Jan 2017
Walter meant MATLAB version R2016b (i.e. the latest version of matlab at the time of this writing)
Ali Musabih
on 30 Jan 2017
Walter Roberson
on 30 Jan 2017
Have you succeeded in reading the data into a table using readtable?
Categories
Find more on Cell Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!