Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: print causes matlab to crash in linux
Date: Thu, 24 Apr 2008 14:19:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 12
Message-ID: <fuq4so$8mj$1@fred.mathworks.com>
References: <fuq3pj$c3t$1@fred.mathworks.com>
Reply-To: "David Doria" <daviddoria@gmail.com>
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 1209046744 8915 172.30.248.38 (24 Apr 2008 14:19:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 24 Apr 2008 14:19:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:464981



After more looking, it seems that does in fact work - that
was just a simple demo i thought I could give.  However:

peaks
saveas(gcf,'test.png','png')

doesn't crash matlab, but saves an entirely black image!

If I run saveas(gcf,'test3.png','png') on my actual data (a
surf plot) then matlab does crash.

Any clues?