how can I start this question?

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
Walter Roberson on 30 Jan 2017
If you are using R2016b or later use readtable and timetable() and retime() or related routines

4 Comments

I need to use MATLAB not R2016
Walter meant MATLAB version R2016b (i.e. the latest version of matlab at the time of this writing)
I tried but it is not working, would you please write in steps and the code for the first part of the question which is A
Have you succeeded in reading the data into a table using readtable?

Sign in to comment.

Categories

Asked:

on 30 Jan 2017

Commented:

on 30 Jan 2017

Community Treasure Hunt

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

Start Hunting!