Borrar filtros
Borrar filtros

Histogram inside a plot.

2 visualizaciones (últimos 30 días)
Priya
Priya el 18 de Mzo. de 2014
Comentada: Youssef Khmou el 18 de Mzo. de 2014
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');
  1 comentario
Youssef  Khmou
Youssef Khmou el 18 de Mzo. de 2014
which part did not run normally?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by