필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Saving an image with information plotted in it.

조회 수: 3 (최근 30일)
Ram
Ram 2013년 4월 4일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi, I would like to save an image together with the histogram plotted on the image. file1=imread('image1.bmp'); figure;imshow(file1); hold on;plot(imhist(file1),'r');hold off;
i would like to save the image that is created here. any help on this would be appreciated.
thanks, ram

답변 (1개)

Image Analyst
Image Analyst 2013년 4월 5일
Personally I think that would be hard to read, not the least of which is that the plot would be upside down. Why not just use two axes side by side or over and under and display the image and the histogram bar chart and use export_fig() to save it?

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by