mean of elements of a matrix
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
alpedhuez
el 31 de Mzo. de 2018
Respondida: Image Analyst
el 20 de En. de 2023
I have a matrix A. I want to take an average of all elements of A. Please advise.
0 comentarios
Respuesta aceptada
Más respuestas (2)
Image Analyst
el 20 de En. de 2023
theAverage = mean(A, 'all')
% or
theAverage = mean2(A) % In the Image Processing Toolbox.
0 comentarios
Ver también
Categorías
Más información sobre Mathematics and Optimization en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!