Filter löschen
Filter löschen

Can Matlab Report Generator send automatically the report ?

2 Ansichten (letzte 30 Tage)
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

Akzeptierte Antwort

Eric
Eric am 16 Mai 2018
- 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 Kommentar
jacques baptiste
jacques baptiste am 16 Mai 2018
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 !

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Report Generator finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by