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

AHMET ANIL DINDAR
AHMET ANIL DINDAR 2012년 12월 19일
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