필터 지우기
필터 지우기

How to find the average of mean square error?

조회 수: 1 (최근 30일)
Eric Chua
Eric Chua 2020년 6월 8일
댓글: Eric Chua 2020년 6월 8일
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