How to combine two or more taylor diagram?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I have to plot taylor diagram in order to compare the results of two models to observations over 3 time interval: daily, season and yearly and similar to the attached photo I need to show all the results in one diagram. Could anyone help me how to proceed it? . I have attached the needed scripts.Thanks in advance
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/307019/image.jpeg)
2 Commenti
Risposte (1)
Kevin Joshi
il 1 Giu 2020
Does this do the trick?
taylordiag([STDa STDr],[RMSa RMSr],[CORa CORr]);
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/307467/image.png)
2 Commenti
balaji
il 12 Ott 2021
Normalize model values by the respective reference variables STD and then compute corr, centered rms, std. In this way all reference variables will have corr, rms, std as 1,0,1. So all comparisons can be shown in one taylor diagram
Vedere anche
Categorie
Scopri di più su Time Series 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!