Duration curve in matlab
4 次查看(过去 30 天)
显示 更早的评论
Hi there
I would like to plot duration curves of discharge data with the y-axis as a "probability axis". This apparently simple job seems impossible for me to solve though.. I would like it to look like this: http://www.mekhlin.com/rasmus/varighedskurve.jpg (the dashed line is the duration curve).
The values are in mm/day which is also the unit I would like on the x-axis.
Thank you!
-Rasmus
0 个评论
回答(1 个)
Ashish Uthama
2011-11-2
Rasmus, more clarification would help people not familiar with these curves to try and answer you. I understand the x-axis to span the range of the data (min(data) to max(data)), and at each point on this axis you want a probability of occurrence of that value to be plotted along the Y axis? (a histogram perhaps? http://www.mathworks.com/help/techdoc/ref/hist.html)
2 个评论
Ashish Uthama
2011-11-3
Rasmus, sorry, I am still puzzled. I cant make much sense of the linked plot. Hard to say which 'dashed line' you are referring to.
Could you say more on what you mean by a 'probability axis'? I assume you tried plot(sortedData,p) and that did not give what you want?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Plot Customization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!