Code for calculating root mean squared error for data

バージョン 1.4.0.0 (1.17 KB) 作成者: Kamlesh Pawar
This is a simple code which accurately calculates RMS error for real or complex data.
ダウンロード: 1.2K
更新 2013/7/11

ライセンスの表示

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.

引用

Kamlesh Pawar (2026). Code for calculating root mean squared error for data (https://jp.mathworks.com/matlabcentral/fileexchange/33595-code-for-calculating-root-mean-squared-error-for-data), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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