matlab - Average of two dimensional array -


i have 1 dimensional array , need calculate it's average.

i tried:

a = mean(mean(psnrarr,2),2)

but error.

if knows how make work great!

try

mean(mean(psnrarr)) 

more characters on minimum.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -