subplot: combine histogram and cdfplot with 2 different y-scales

1 次查看(过去 30 天)
Within a subplot I want to combine histogram and cumulative distribution function (cdfplot): subplot('Position',[.3 .05 .6 .2]) % a1 = axes('Parent',f); % h1=histogram(histo,numOfBins,'Normalization','probability','Orientation','vertical'); h1=histogram(histo,numOfBins,'Normalization','probability','Orientation','vertical'); % set(h1,'FaceColor','r') % set(h1.Parent,'YAxisLocation','left') hold on h2=cdfplot(histo); set(h1.Parent,'YAxisLocation','right') grid on
I need two Y-Scales (left: frequency of oberservations, right: cumulative from 0 to 1); otherwise the histogram is hardly visible. I can set one YAxisLocation but not two different ones. Any help appreciated.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by