calculate the mean square error
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Given two arrays of double how do I calculate the mean square error
0 Kommentare
Antworten (1)
Adam
am 15 Mär. 2019
Calculate the error, square it and calculate the mean!
mean( ( a - b ).^2 );
4 Kommentare
Adam
am 18 Mär. 2019
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.
Siehe auch
Kategorien
Mehr zu Acquisition Using Kinect for Windows Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!