Code for calculating root mean squared error for 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.
Zitieren als
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. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
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 |