Finding standard deviation/ error distribution of 3D points
Afficher commentaires plus anciens
Hi, I'm kind of new to MATLAB. I am trying to find the error distribution (standard deviation) of a 3D point data set. I have the following situation:
One central point (can consider as mean) and points (trials) all around it. Kind of like a darts board. How can I find the error distribution of the points around this center using a 3D set
i.e. center [2,4,5] and points [2,5,6];[2,4,3]........
Thanks in advance!
Réponses (1)
Roger Stafford
le 26 Fév 2014
0 votes
Use matlab's 'mean' and 'std' functions. See their documentations.
Catégories
En savoir plus sur Binomial Distribution dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!