Inserting pictures and plots into html files

Hi everyone. I've written a code that generates an HTML file at the end as a report:
fid = fopen(filename, 'wt');
string = ['Summary Report', '<br/>'];
fprintf(fid,string);
fclose(fid);
Now, I want to include some of the plots generated by my code in this HTML report file as well as my company logo which is a *.png file on my computer but I don't know how to do these.
Thanks for your help.
- Soheil

カテゴリ

ヘルプ センター および File ExchangeMATLAB Report Generator についてさらに検索

質問済み:

2015 年 7 月 10 日

回答済み:

2015 年 7 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by