How to combine two or more taylor diagram?
조회 수: 2 (최근 30일)
이전 댓글 표시
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
댓글 수: 2
답변 (1개)
Kevin Joshi
2020년 6월 1일
Does this do the trick?
taylordiag([STDa STDr],[RMSa RMSr],[CORa CORr]);
댓글 수: 2
balaji
2021년 10월 12일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Time Series에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!