Thread Subject: report generator - include figures

Subject: report generator - include figures

From: dorina_tarnovan

Date: 21 Oct, 2008 11:13:36

Message: 1 of 2

Hi

I have the following code in my m file:


hist(MD_1,100);
hist(MS_1,100);
hist(MA_1,100);


And I've used in Report Generator a "Figure Loop" and "Figure
Snapshot" to get the images in the output document, but I only get
one
figure displayed.I've used for the "Figure Loop", in "Include
figures"
->Visible figures.
What is it that I'm doing wrong and I'm not able to get all the
figures shown in my document?


Regards,
Dorina

Subject: report generator - include figures

From: dorina_tarnovan

Date: 21 Oct, 2008 11:57:10

Message: 2 of 2

I fixed this, by changing my code to:

     figure(1);
     hist(MD_1,100);
     set(1,'tag','some');

     figure(2);
     hist(MD_2,100);
     set(2,'tag','some');

And then I search for figures with this tag(In the "Figure Loop").

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread

Contact us at files@mathworks.com