How to extract the specific rows from the table?

20 visualizaciones (últimos 30 días)
Chris
Chris el 5 de Sept. de 2022
Comentada: Walter Roberson el 6 de Sept. de 2022
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 comentario
Walter Roberson
Walter Roberson el 6 de Sept. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by