plotting several arrays in one graph
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Dear all,
I have a problem plotting several arrays in one plot.
Can't figure out why only the last two arrays are shown in the graph
figure
plot(dt_hourly, QLR_actual, dt_hourly, QLR_Haude, dt_hourly, QLR_Penman_original, dt_hourly, QLR_PenmanFAO, dt_hourly, QLR_possible, dt_hourly, QLR_Turc, dt_hourly,QLR_zero )
legend('Q_L_R with actual ET', 'Q_L_R with ET after Haude', 'Q_L_R with ET after original PM', 'Q_L_R with ET after Penman Monteith FAO', 'Q_L_R with max ET', 'Q_L_R with ET after Turc', 'Q_L_R with zero ET')
xlim([min(dt_hourly) max(dt_hourly)])
title('Comparison of Differently Simulated Runoff Time Series Using Different ETP Methods')
Would realy appreciate your help for this!
Best regards,
Arthur Leon
0 个评论
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!