<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169794</link>
    <title>MATLAB Central Newsreader - resource intensive in PDF created from ezmesh</title>
    <description>Feed for thread: resource intensive in PDF created from ezmesh</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>Fri, 23 May 2008 11:24:01 -0400</pubDate>
      <title>resource intensive in PDF created from ezmesh</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169794#433675</link>
      <author>Abe Lau</author>
      <description>Hi All,&lt;br&gt;
I have been using ezmesh to generate 3-D plane plots and&lt;br&gt;
have come to a problem when importing them into my thesis. &lt;br&gt;
The PDF generated from the figure (e.g. ezmesh('2x+3y+4', [1&lt;br&gt;
50 1 50])) gives a very high CPU load when viewing it in all&lt;br&gt;
PDF viewers I tried(Acrobat, Kpdf etc).&lt;br&gt;
&lt;br&gt;
Is it because the vector format is really complicated for&lt;br&gt;
the planes, or is there other better/easy alternatives?  SVG&lt;br&gt;
doesn't seems to be supported at all in matlab unfortunately!&lt;br&gt;
&lt;br&gt;
While the PDF is obviously working, I really don't want to&lt;br&gt;
impose a mandatory coffee break whenever other people open&lt;br&gt;
the PDF waiting for 50-100 of figures to be rendered!&lt;br&gt;
&lt;br&gt;
Thanks for all input,&lt;br&gt;
Abe</description>
    </item>
    <item>
      <pubDate>Wed, 28 May 2008 16:10:25 -0400</pubDate>
      <title>Re: resource intensive in PDF created from ezmesh</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169794#434565</link>
      <author>Michael Garrity</author>
      <description>&quot;Abe Lau&quot; &amp;lt;abe@nonexistancegmail.com&amp;gt; wrote in message news:g169gh$emi$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Hi All,&lt;br&gt;
&amp;gt; I have been using ezmesh to generate 3-D plane plots and&lt;br&gt;
&amp;gt; have come to a problem when importing them into my thesis.&lt;br&gt;
&amp;gt; The PDF generated from the figure (e.g. ezmesh('2x+3y+4', [1&lt;br&gt;
&amp;gt; 50 1 50])) gives a very high CPU load when viewing it in all&lt;br&gt;
&amp;gt; PDF viewers I tried(Acrobat, Kpdf etc).&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Is it because the vector format is really complicated for&lt;br&gt;
&amp;gt; the planes, or is there other better/easy alternatives?  SVG&lt;br&gt;
&amp;gt; doesn't seems to be supported at all in matlab unfortunately!&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; While the PDF is obviously working, I really don't want to&lt;br&gt;
&amp;gt; impose a mandatory coffee break whenever other people open&lt;br&gt;
&amp;gt; the PDF waiting for 50-100 of figures to be rendered!&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks for all input,&lt;br&gt;
&amp;gt; Abe&lt;br&gt;
&amp;gt;&lt;br&gt;
You're getting something like 3,600 polygons (plus edges) for&lt;br&gt;
each figure. That's a lot more than you would typically see in&lt;br&gt;
a figure in a PDF file. Your choices are to lower the resolution&lt;br&gt;
or save it in a raster format. When the number of objects is&lt;br&gt;
large, a high res raster format can sometimes actually be a&lt;br&gt;
better choice than a vector format.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-Mike Garrity&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-The MathWorks, Inc.</description>
    </item>
    <item>
      <pubDate>Thu, 29 May 2008 09:36:02 -0400</pubDate>
      <title>Re: resource intensive in PDF created from ezmesh</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169794#434768</link>
      <author>Abe Lau</author>
      <description>&quot;Michael Garrity&quot; &amp;lt;mNOSPAMgarrity@mathworks.com&amp;gt; wrote in&lt;br&gt;
message &amp;lt;g1k05j$s4r$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Abe Lau&quot; &amp;lt;abe@nonexistancegmail.com&amp;gt; wrote in message&lt;br&gt;
news:g169gh$emi$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; &amp;gt; Hi All,&lt;br&gt;
&amp;gt; &amp;gt; I have been using ezmesh to generate 3-D plane plots and&lt;br&gt;
&amp;gt; &amp;gt; have come to a problem when importing them into my thesis.&lt;br&gt;
&amp;gt; &amp;gt; The PDF generated from the figure (e.g. ezmesh('2x+3y+4', [1&lt;br&gt;
&amp;gt; &amp;gt; 50 1 50])) gives a very high CPU load when viewing it in all&lt;br&gt;
&amp;gt; &amp;gt; PDF viewers I tried(Acrobat, Kpdf etc).&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Is it because the vector format is really complicated for&lt;br&gt;
&amp;gt; &amp;gt; the planes, or is there other better/easy alternatives?  SVG&lt;br&gt;
&amp;gt; &amp;gt; doesn't seems to be supported at all in matlab&lt;br&gt;
unfortunately!&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; While the PDF is obviously working, I really don't want to&lt;br&gt;
&amp;gt; &amp;gt; impose a mandatory coffee break whenever other people open&lt;br&gt;
&amp;gt; &amp;gt; the PDF waiting for 50-100 of figures to be rendered!&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Thanks for all input,&lt;br&gt;
&amp;gt; &amp;gt; Abe&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; You're getting something like 3,600 polygons (plus edges) for&lt;br&gt;
&amp;gt; each figure. That's a lot more than you would typically see in&lt;br&gt;
&amp;gt; a figure in a PDF file. Your choices are to lower the&lt;br&gt;
resolution&lt;br&gt;
&amp;gt; or save it in a raster format. When the number of objects is&lt;br&gt;
&amp;gt; large, a high res raster format can sometimes actually be a&lt;br&gt;
&amp;gt; better choice than a vector format.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;     -Mike Garrity&lt;br&gt;
&amp;gt;     -The MathWorks, Inc.&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
Ah, that's right.  I tried to use less polygons and it's&lt;br&gt;
significantly better...  thanks...&lt;br&gt;
just realized my topic doesn't make much sense haha :)</description>
    </item>
  </channel>
</rss>

