Code for calculating root mean squared error for data

This is a simple code which accurately calculates RMS error for real or complex data.
1,2K download
Aggiornato 11 lug 2013

Visualizza la licenza

er = rms_error(A1,A2)

here A1, A2 are original and reconstructed data. The order of A1,A2 doesn't matter, interchanging them will also give same result.

Cita come

Kamlesh Pawar (2024). Code for calculating root mean squared error for data (https://www.mathworks.com/matlabcentral/fileexchange/33595-code-for-calculating-root-mean-squared-error-for-data), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2007b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.4.0.0

modified to display proper message while matrix dimension mismatch.

1.3.0.0

No update in the code, only changed the description of code

1.2.0.0

for loops were eliminated for fast implementation.

1.0.0.0