How to extract the specific rows from the table?

21 次查看(过去 30 天)
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 个评论
Walter Roberson
Walter Roberson 2022-9-6
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by