フィルターのクリア

Can Matlab Report Generator send automatically the report ?

2 ビュー (過去 30 日間)
jacques baptiste
jacques baptiste 2018 年 5 月 9 日
コメント済み: jacques baptiste 2018 年 5 月 16 日
Hello,
I'm totally new using Matlab Report Generator toolboxe and i would like some help on few points.
- Is it possible to automatically generate and send the report with a time interval to a mailing list? (ex: Every 1st of month)
- Is there a good tutorial to learn how to use the toolbox?
- Can i create a GUI to select which graph or part of the report i want in?
- How can I generate automatically the report? (ex: Is "report template1" correct ?)
I'm interested if you have good link to learn ! :)
Thanks,
Baptiste

採用された回答

Eric
Eric 2018 年 5 月 16 日
- Is it possible to automatically generate and send the report with a time interval to a mailing list? (ex: Every 1st of month)
You will have to setup a cron job to do that, see https://en.wikipedia.org/wiki/Cron. This is outside the scope of MATLAB Report Generator.
- Is there a good tutorial to learn how to use the toolbox?
Did you try the following https://www.mathworks.com/help/rptgen/ug/create-a-report-generator.html
- Can i create a GUI to select which graph or part of the report i want in?
You can use GUIDE to create the GUI. Your GUI will then call your report generator function to create the report.
https://www.mathworks.com/help/matlab/creating_guis/about-the-simple-guide-gui-example.html
- How can I generate automatically the report? (ex: Is "report template1" correct ?)
You call your report generator function to generate the report.
  1 件のコメント
jacques baptiste
jacques baptiste 2018 年 5 月 16 日
Thanks a lot for the answer. I had plan a more complex report function to make it more flexible and automated but i won't. I will check the link and follow your advice !

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Report Generator についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by