How to find the average of mean square error?

2 次查看(过去 30 天)
MSE(1,:) = 22.5759 21.8615
Hi, lets say MSE(1,:) = 22.5759 21.8615, the result is a 1x2 matrix. I have run this simulation for 1000 times to get the 1000 MSE from MSE(1,:) to MSE(1000,:).
How to code such that I can find the average of the 1000 obtained result for first column and second column respectively?

采纳的回答

Adam Danz
Adam Danz 2020-6-8
编辑:Adam Danz 2020-6-8
Where dim is the dimensions you're averaging over and A is your matrix of data. See the link for more info and examples.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by