Histogram inside a plot.

2 次查看(过去 30 天)
Priya
Priya 2014-3-18
I have a histogram which I wish to be plotted inside a scatter plot at the bottom left corner.
I tried using the following but it did'nt work:
handaxes2 = axes('position', [-5 -5 1 1]);
nbins = 100;
hist(dev,nbins);
set(handaxes2, 'box', 'off');

回答(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