Path: news.mathworks.com!not-for-mail
From: "Daniel " <dan@borellos.com>
Newsgroups: comp.soft-sys.matlab
Subject: Saving figures to emf from linux
Date: Thu, 27 Mar 2008 21:55:06 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 14
Message-ID: <fsh53q$529$1@fred.mathworks.com>
Reply-To: "Daniel " <dan@borellos.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 1206654906 5193 172.30.248.38 (27 Mar 2008 21:55:06 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 27 Mar 2008 21:55:06 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1217441
Xref: news.mathworks.com comp.soft-sys.matlab:459563



I have numerous scripts that generate plots and then save
them as EMF files.  They run beautifully on windows.

I recently decided that I wanted to offload some of the
processing to a linux server.  It however, is unable to save
a file as EMF.  

??? Error using ==> saveas at 156
Unsupported format or extension: emf

Is there a workaround or something I can install?  I am
using R2007a.  I would like to avoid changing everything to jpg.

Thanks.