i have to take mean value for each element of the matrix of an image how can i do that
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
i have to take mean value for each element of the matrix of an image how can i do that
0 comentarios
Respuesta aceptada
Walter Roberson
el 19 de Oct. de 2012
mean(TheMatrix(:))
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!