필터 지우기
필터 지우기

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