How do I display R-squared and RMSE value for 2 curves while comparing?
14 次查看(过去 30 天)
显示 更早的评论
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');
0 个评论
回答(1 个)
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!