Filter löschen
Filter löschen

How can I extract specific data?

2 Ansichten (letzte 30 Tage)
Chris
Chris am 6 Sep. 2022
Beantwortet: Walter Roberson am 6 Sep. 2022
There are 7300*1 matrix of daily temperatures.
Would you please tell me how can I get summer temperatures (June to August)?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 6 Sep. 2022
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.

Weitere Antworten (0)

Kategorien

Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by