Path: news.mathworks.com!newsfeed-00.mathworks.com!newscon02.news.prodigy.net!prodigy.net!news.glorb.com!postnews.google.com!l64g2000hse.googlegroups.com!not-for-mail
From: Ben <jbenjam@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: print causes matlab to crash in linux
Date: Thu, 24 Apr 2008 10:09:35 -0700 (PDT)
Organization: http://groups.google.com
Lines: 18
Message-ID: <d2343b67-794a-4d78-a7d6-b58cd2366715@l64g2000hse.googlegroups.com>
References: <fuq3pj$c3t$1@fred.mathworks.com> <fuq4so$8mj$1@fred.mathworks.com>
NNTP-Posting-Host: 128.183.110.112
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1209056976 18232 127.0.0.1 (24 Apr 2008 17:09:36 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 24 Apr 2008 17:09:36 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: l64g2000hse.googlegroups.com; posting-host=128.183.110.112; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) 
Xref: news.mathworks.com comp.soft-sys.matlab:465013



Update: Check this message for a possible solution:

http://groups.google.com/group/comp.soft-sys.matlab/msg/ff4a311272efbd15


On Apr 24, 10:19 am, "David Doria" <daviddo...@gmail.com> wrote:
> After more looking, it seems that does in fact work - that
> was just a simple demo i thought I could give.  However:
>
> peakssaveas(gcf,'test.png','png')
>
> doesn'tcrashmatlab, but saves an entirely black image!
>
> If I runsaveas(gcf,'test3.png','png') on my actual data (a
> surf plot) then matlab doescrash.
>
> Any clues?