Borrar filtros
Borrar filtros

How can i work with a set of column vector that has 365 rows. I want to find the mean between the 172 and 265 data only. Not all the mean.

1 visualización (últimos 30 días)
How can i work with a set of column vector that has 365 rows. I want to find the mean between the 172 and 265 data only. Not all the mean.

Respuesta aceptada

KSSV
KSSV el 29 de Nov. de 2021
You extract your required data using indexing.
iwant = A(172:265,:) ; % extract array from 172 to 265 all the columns

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by