How to combine 2 picture as single histogram plot?

3 visualizaciones (últimos 30 días)
Bakka
Bakka el 7 de Mzo. de 2014
Comentada: Image Analyst el 7 de Mzo. de 2014
Hi everyone, My program has comparing 2 image in histogram plot,they show in GUI axes. but how to make single plot histogram, by comparing 2 different image? so, in one axes of histogram contain 2 plot histogram of 2 imagesplease need your advice, many thanks

Respuesta aceptada

Walter Roberson
Walter Roberson el 7 de Mzo. de 2014
plot one, then
hold on
then plot the other one with either x or y values adjusted to separate the two as desired.
  2 comentarios
Bakka
Bakka el 7 de Mzo. de 2014
Hi Mr. Walter could you please tell me with the codes? i don't have any idea for that
Image Analyst
Image Analyst el 7 de Mzo. de 2014
See my attached demo.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by