How to extract the specific rows from the table?

36 ビュー (過去 30 日間)
Chris
Chris 2022 年 9 月 5 日
コメント済み: Walter Roberson 2022 年 9 月 6 日
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 Center および File ExchangeTables についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by