How to combine 2 picture as single histogram plot?
조회 수: 3 (최근 30일)
이전 댓글 표시
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
채택된 답변
Walter Roberson
2014년 3월 7일
plot one, then
hold on
then plot the other one with either x or y values adjusted to separate the two as desired.
댓글 수: 2
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!