Code for calculating root mean squared error for data
Version 1.4.0.0 (1,17 ko) par
Kamlesh Pawar
This is a simple code which accurately calculates RMS error for real or complex data.
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.
Citation pour cette source
Kamlesh Pawar (2026). Code for calculating root mean squared error for data (https://fr.mathworks.com/matlabcentral/fileexchange/33595-code-for-calculating-root-mean-squared-error-for-data), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2007b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et MATLAB Answers
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 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 |
