Standard deviation of a 1D array for a particular range
조회 수: 4 (최근 30일)
이전 댓글 표시
Saravanakumar Chandrasekaran
2021년 1월 2일
댓글: Saravanakumar Chandrasekaran
2021년 1월 2일
I would like to compute the standard deviation of my 1D array only for a particular range of indices.
my_array = [1 2 3 4 5 6 7 8 9 10];
i need to find Standard deviation for the elements of index 3 to 5 and 8 to 9.
i.e standard deviation of 3,4,5,8,9
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!