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

2 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by