Insert image into Report Generator

Dear all, I've a function producing several figures those I save as png files in a folder. After running this function, I want to run Report Generator which will take these png files from its folder and put on the pages.
Here is the question, I can not write the path of these png files in Report Generator.
Any idea/recommendation?
Greetings from Istanbul
++Ahmet

 采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2012-12-19
编辑:Azzi Abdelmalek 2012-12-19

0 个投票

In your report rpt file use a for loop where you will load and open with imshow your images (one image every loop) and add a figure snapshot in the same loop
Or add image (in formatting),

1 个评论

Dear Azzi, Thank you for the reply, it worked for me. I used imshow and snapshot in Report Generator.
++Ahmet

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by