calculate the mean square error
1 次查看(过去 30 天)
显示 更早的评论
Given two arrays of double how do I calculate the mean square error
0 个评论
回答(1 个)
Adam
2019-3-15
Calculate the error, square it and calculate the mean!
mean( ( a - b ).^2 );
4 个评论
Adam
2019-3-18
doc interp1
should allow you to resample the 601 up to 1054 (or the 1054 down to 601 if you prefer) and then you can compare per-point, bearing in mind that you are no longer comparing raw data.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Acquisition Using Kinect for Windows Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!