How to extract the specific rows from the table?

조회 수: 21 (최근 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 CenterFile Exchange에서 Tables에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by