How do I print the final value of RMSE on the command line?

2 ビュー (過去 30 日間)
若菜 中井
若菜 中井 2020 年 11 月 30 日
回答済み: KALYAN ACHARJYA 2020 年 11 月 30 日
I am trying to denoise using deep learning based on the following.
How do I print the final value of RMSE on the command line?

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2020 年 11 月 30 日
data=sqrt(mean((data1-data)^2))
fprintf('The RMSE Vale: %f',data);
Please modify, as per requirements

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning for Image Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by