How to calculate RMSE from Simulink Scope plots

114 visualizaciones (últimos 30 días)
Sreekanth Nandakumar
Sreekanth Nandakumar el 22 de Mayo de 2019
Comentada: SHAKIRU KASSIM el 10 de Feb. de 2022
Hello All,
I have a plot containing a simulated as well as an experimental data of a system in simulink . I want to calculate the Root mean square error (RMSE) of the data. Can anyone explain to me how to extract data from the scope and calculate the RMSE ?

Respuesta aceptada

Shivam Sardana
Shivam Sardana el 30 de Mayo de 2019
To log the data from Scope block, check Save Simulation Data Using a Scope Block in Common Scope Block Tasks. To calculate RMSE (Root Mean Square Error),
RMSE = sqrt(mean((simulatedData - experimentalData).^2));
  2 comentarios
Sreekanth Nandakumar
Sreekanth Nandakumar el 3 de Jun. de 2019
Thank you very much :)
SHAKIRU KASSIM
SHAKIRU KASSIM el 10 de Feb. de 2022
what about if one wants to find maximum error?

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by