How do I display R-squared and RMSE value for 2 curves while comparing?

I have 2 curves to plot-soundtemp_num and soundtemp_exp. These are data from a numerical optimization algorithm. I just want to display R-squared value and RMSE value in the same plot.
plot (timeexp,soundtemp_num,'b',timeexp,soundtemp_exp,'r');

답변 (1개)

Biral Pradhan
Biral Pradhan 2022년 6월 3일

0 개 추천

I understand, you want to display the calculated values of R-squared and RMSE in your plot. Kindly follow the following link to resolve the issue

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

제품

릴리스

R2020a

태그

질문:

2022년 5월 30일

답변:

2022년 6월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by