How to combine 2 picture as single histogram plot?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bakka
am 7 Mär. 2014
Kommentiert: Image Analyst
am 7 Mär. 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
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 7 Mär. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Histograms finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!