<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166506</link>
    <title>MATLAB Central Newsreader - Saving figures to emf from linux</title>
    <description>Feed for thread: Saving figures to emf from linux</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 27 Mar 2008 21:55:06 -0400</pubDate>
      <title>Saving figures to emf from linux</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166506#423224</link>
      <author>Daniel </author>
      <description>I have numerous scripts that generate plots and then save&lt;br&gt;
them as EMF files.  They run beautifully on windows.&lt;br&gt;
&lt;br&gt;
I recently decided that I wanted to offload some of the&lt;br&gt;
processing to a linux server.  It however, is unable to save&lt;br&gt;
a file as EMF.  &lt;br&gt;
&lt;br&gt;
??? Error using ==&amp;gt; saveas at 156&lt;br&gt;
Unsupported format or extension: emf&lt;br&gt;
&lt;br&gt;
Is there a workaround or something I can install?  I am&lt;br&gt;
using R2007a.  I would like to avoid changing everything to jpg.&lt;br&gt;
&lt;br&gt;
Thanks.</description>
    </item>
    <item>
      <pubDate>Thu, 27 Mar 2008 23:37:01 -0400</pubDate>
      <title>Re: Saving figures to emf from linux</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166506#423234</link>
      <author>Richard Quist</author>
      <description>&quot;Daniel &quot; &amp;lt;dan@borellos.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;fsh53q$529$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I have numerous scripts that generate plots and then save&lt;br&gt;
&amp;gt; them as EMF files.  They run beautifully on windows.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I recently decided that I wanted to offload some of the&lt;br&gt;
&amp;gt; processing to a linux server.  It however, is unable to save&lt;br&gt;
&amp;gt; a file as EMF.  &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ??? Error using ==&amp;gt; saveas at 156&lt;br&gt;
&amp;gt; Unsupported format or extension: emf&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Is there a workaround or something I can install?  I am&lt;br&gt;
&amp;gt; using R2007a.  I would like to avoid changing everything&lt;br&gt;
to jpg.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks.&lt;br&gt;
EMF output is only available on Windows. There may be&lt;br&gt;
utilities for linux that convert postscript to EMF, although&lt;br&gt;
I'm not aware of any offhand. The benefit of such a utility,&lt;br&gt;
if it exists, is the possibility of keeping the output as a&lt;br&gt;
vector file, rather than raster/bitmap.&lt;br&gt;
&lt;br&gt;
Richard Quist&lt;br&gt;
Software Developer&lt;br&gt;
The MathWorks</description>
    </item>
    <item>
      <pubDate>Sat, 29 Mar 2008 02:26:02 -0400</pubDate>
      <title>Re: Saving figures to emf from linux</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166506#423435</link>
      <author>Daniel </author>
      <description>&quot;Richard Quist&quot; &amp;lt;rquist_nospam@mathworks.com&amp;gt; wrote in&lt;br&gt;
message &amp;lt;fshb2t$aqk$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Daniel &quot; &amp;lt;dan@borellos.com&amp;gt; wrote in message&lt;br&gt;
&amp;gt; &amp;lt;fsh53q$529$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; I have numerous scripts that generate plots and then save&lt;br&gt;
&amp;gt; &amp;gt; them as EMF files.  They run beautifully on windows.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I recently decided that I wanted to offload some of the&lt;br&gt;
&amp;gt; &amp;gt; processing to a linux server.  It however, is unable to save&lt;br&gt;
&amp;gt; &amp;gt; a file as EMF.  &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; ??? Error using ==&amp;gt; saveas at 156&lt;br&gt;
&amp;gt; &amp;gt; Unsupported format or extension: emf&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Is there a workaround or something I can install?  I am&lt;br&gt;
&amp;gt; &amp;gt; using R2007a.  I would like to avoid changing everything&lt;br&gt;
&amp;gt; to jpg.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thanks.&lt;br&gt;
&amp;gt; EMF output is only available on Windows. There may be&lt;br&gt;
&amp;gt; utilities for linux that convert postscript to EMF, although&lt;br&gt;
&amp;gt; I'm not aware of any offhand. The benefit of such a utility,&lt;br&gt;
&amp;gt; if it exists, is the possibility of keeping the output as a&lt;br&gt;
&amp;gt; vector file, rather than raster/bitmap.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Richard Quist&lt;br&gt;
&amp;gt; Software Developer&lt;br&gt;
&amp;gt; The MathWorks&lt;br&gt;
&lt;br&gt;
Thanks for the response.  I will get by using another format.</description>
    </item>
  </channel>
</rss>

