Related to mean function
Afficher commentaires plus anciens
Hello.
For example, I don't know what is the mean(A,3).
Who's anybody know that? please help me.
Réponse acceptée
Plus de réponses (1)
KSSV
le 26 Avr 2017
mean(k,3) gives mean of a 3D matrix.
K = rand(2,2,2) ;
mean(K,3)
1 commentaire
@KSSV: What is the "mean(k,3) gives mean of a 3D matrix" actually?
Is it the mean of all elements, the mean of some elements, the mean along a particular dimension? Which of those are you trying to explain? (it is one of them, but which one?)
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!