Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Combining image and plotted data
Date: Tue, 5 Feb 2008 05:04:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <fo8qo1$i5p$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1202187841 18617 172.30.248.38 (5 Feb 2008 05:04:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 5 Feb 2008 05:04:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1270362
Xref: news.mathworks.com comp.soft-sys.matlab:449302



Hi,
I have plotted some data onto a 1280x960 RGB image file
(imshow, hold on, plot(x,y)).
1) Can I update the 1280x960 image matrix to include this
newly plotted data?
2) If not, how can I save the 2D-plot+image without losing
the resolution of the original image? I used getframe but it
resized it and included the figure border.
Thanks.