i have to take mean value for each element of the matrix of an image how can i do that
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
i have to take mean value for each element of the matrix of an image how can i do that
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 19 Okt. 2012
mean(TheMatrix(:))
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!