How can I extract specific data?

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 日

0 投票

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 件)

カテゴリ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by