필터 지우기
필터 지우기

How can I extract specific data?

조회 수: 2 (최근 30일)
Chris
Chris 2022년 9월 6일
답변: Walter Roberson 2022년 9월 6일
There are 7300*1 matrix of daily temperatures.
Would you please tell me how can I get summer temperatures (June to August)?

채택된 답변

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에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by