필터 지우기
필터 지우기

Save fig with both imshow and plot components

조회 수: 1 (최근 30일)
Michael
Michael 2014년 3월 6일
답변: Image Analyst 2014년 3월 6일
I have a script
x = figure;
imshow(image1); hold on;
plot(1:256); hold on; % Scaled to match image size
drawnow;
saveas(x, 'C:\ImagesFromAnalysis\fig9F.eps','epsc');
I get both the image and plot as I want them on the screen, but only the image displayed within the eps file.
At the moment, I can get by cutting and pasting a screen shot into the draft document, but will need the actually eps file later.
Thanks

답변 (1개)

Image Analyst
Image Analyst 2014년 3월 6일

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by