フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Saving an image with information plotted in it.

1 回表示 (過去 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