Finding the standard deviation for every single value in a matrix
Show older comments
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 Comments
KALYAN ACHARJYA
on 5 May 2020
It seems Homework. Please share your efforts, so that we can help you.
KSSV
on 5 May 2020
Read about functions mean and std.
Abdulhakim Alezzi
on 5 May 2020
Accepted Answer
More Answers (0)
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!