Path: news.mathworks.com!not-for-mail
From: "Mario " <nospam@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Combining image and plotted data
Date: Mon, 7 Apr 2008 17:51:01 +0000 (UTC)
Organization: cle
Lines: 24
Message-ID: <ftdmu5$rl9$1@fred.mathworks.com>
References: <fo8qo1$i5p$1@fred.mathworks.com> <12336287.1202190094652.JavaMail.jakarta@nitrogen.mathforum.org> <ftdb75$ro1$1@fred.mathworks.com> <ftdgut$7e8$1@fred.mathworks.com> <ftdir0$29r$1@fred.mathworks.com> <ftdl26$d23$1@fred.mathworks.com>
Reply-To: "Mario " <nospam@yahoo.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1207590661 28329 172.30.248.35 (7 Apr 2008 17:51:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 7 Apr 2008 17:51:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1244954
Xref: news.mathworks.com comp.soft-sys.matlab:461564



it was just a rough test! I took the cue from
http://www.mathworks.com/support/solutions/data/1-16WME.html?solution=1-16WME

Anyway, I forgot to put the following commands on the
previous code (before HOLD ON):

filename = sprintf('original.%d.bmp',count);
I=imshow(filename);

btw.. any idea to solve my problem without displaying the
images?


"us " <us@neurol.unizh.ch> wrote in message
<ftdl26$d23$1@fred.mathworks.com>...
> "Mario ":
> <SNIP causing CSSMers the blues...
> 
> > ok.. this is the solution to my problem:
> >     eval(['print -dbmp ' outImg])     
> 
> it hurts so much - i need a drink...
> us