How to extract the specific rows from the table?

There are total of 30 years precipitation data (Januaray to December).
There are only one column with January to December.
How can I extract or select June to August of 30 years?

1 Comment

If you need to, adjust there is ismember() the month column against the appropriate representation of the months you are interested in.
ismember(t.Month,{'June','July'})
for example.

Sign in to comment.

Answers (0)

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Products

Asked:

on 5 Sep 2022

Commented:

on 6 Sep 2022

Community Treasure Hunt

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

Start Hunting!