Finding the standard deviation for every single value in a matrix
이전 댓글 표시
Hi Everyone,
I have a 10 matrices X1, X2,X3......X10. Each matrix has a size of (512x30).
1- i want to calculate the mean for all , and the output matrix must be in the same size as input (512x30).
2- Then, i want to calculate the standard deviation for all , and the output matrix must be in the same size as input (512x30).
Any help will be apperciated.
댓글 수: 3
KALYAN ACHARJYA
2020년 5월 5일
It seems Homework. Please share your efforts, so that we can help you.
KSSV
2020년 5월 5일
Read about functions mean and std.
Abdulhakim Alezzi
2020년 5월 5일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!