MATLAB: How to compute averge of columns

matrix manipulation

i have a matrix of for e.g (5,10) i want to compute average of every columns

Best Answer

Out=mean(x)