<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237908</link>
    <title>MATLAB Central Newsreader - report generator - include figures</title>
    <description>Feed for thread: report generator - include figures</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>Tue, 21 Oct 2008 11:13:36 -0400</pubDate>
      <title>report generator - include figures</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237908#606576</link>
      <author>dorina_tarnovan</author>
      <description>Hi&lt;br&gt;
&lt;br&gt;
I have the following code in my m file:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
hist(MD_1,100);&lt;br&gt;
hist(MS_1,100);&lt;br&gt;
hist(MA_1,100);&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
And I've used in Report Generator a &quot;Figure Loop&quot; and &quot;Figure&lt;br&gt;
Snapshot&quot; to get the images in the output document, but I only get&lt;br&gt;
one&lt;br&gt;
figure displayed.I've used for the &quot;Figure Loop&quot;, in &quot;Include&lt;br&gt;
figures&quot;&lt;br&gt;
-&amp;gt;Visible figures.&lt;br&gt;
What is it that I'm doing wrong and I'm not able to get all the&lt;br&gt;
figures shown in my document?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Dorina</description>
    </item>
    <item>
      <pubDate>Tue, 21 Oct 2008 11:57:10 -0400</pubDate>
      <title>Re: report generator - include figures</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237908#606586</link>
      <author>dorina_tarnovan</author>
      <description>I fixed this, by changing my code to:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;figure(1);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;hist(MD_1,100);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set(1,'tag','some');&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;figure(2);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;hist(MD_2,100);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set(2,'tag','some');&lt;br&gt;
&lt;br&gt;
And then I search for figures with this tag(In the &quot;Figure Loop&quot;).</description>
    </item>
  </channel>
</rss>

