Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!llnews!53ab2750!not-for-mail
From: Peter Boettcher <boettcher@ll.mit.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: imwrite
References: <gp3jdf$1sn$1@fred.mathworks.com>
Message-ID: <muy63iili8f.fsf@G99-Boettcher.llan.ll.mit.edu>
Organization: MIT Lincoln Laboratory
User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux)
Cancel-Lock: sha1:LsmSFZTkz/8uE/kO0EYmrFuDr6E=
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Lines: 13
Date: Mon, 09 Mar 2009 13:27:12 -0400
NNTP-Posting-Host: 155.34.163.93
X-Complaints-To: news@ll.mit.edu
X-Trace: llnews 1236619632 155.34.163.93 (Mon, 09 Mar 2009 13:27:12 EDT)
NNTP-Posting-Date: Mon, 09 Mar 2009 13:27:12 EDT
Xref: news.mathworks.com comp.soft-sys.matlab:523536


"Oluwa KuIse" <wespeakforex@yahoo.com> writes:

> Hello, Can anyone please help me out with the imwrite function.  When
> I use it, it creates the file quite alright but it doesn't display the
> image. I have tried it with both the .png and .jpeg formats. Any
> suggestions? 

What problem are you having?  imwrite is supposed to create the file.
It is not supposed to display anything.  Are you looking for image() or
imshow() instead?  Or would you specifically like to do something with
the image file after it is written?

-Peter