I want to understand why Matlab is giving me a wrong answer when I ask for the standard deviation. For example, I was trying to get the standard deviation of this matrix:
It doesn't make sense, because the first column $[1;4;7]$ gives me $3$ and the standard deviation is $\sqrt6$. I stuck there and I didn't even try to calculate the other standard deviations. What is happening? is Matlab using another formula for standard deviation other than the classical one? or it's rounding the number $\sqrt6$ to $3$? I need help, thank you!
