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

8 ビュー (過去 30 日間)
Shaunak Chatterjee
Shaunak Chatterjee 2022 年 5 月 30 日
回答済み: Biral Pradhan 2022 年 6 月 3 日
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 日
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

カテゴリ

Help Center および File ExchangeScatter Plots についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by