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 次查看(过去 30 天)
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.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Error Functions 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by