Find the days whose maximum temperature does not exceed 0 ° C
Show older comments
Good morning,
I found the maximum values of my temperature table with the following wording:
x_day=retime(x,'daily','max');
I would like the system to create a table with the dates when the maximum temperature did not exceed 0 ° C.
Accepted Answer
More Answers (0)
Categories
Find more on Tables 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!