Effacer les filtres
Effacer les filtres

Can Matlab Report Generator send automatically the report ?

2 vues (au cours des 30 derniers jours)
jacques baptiste
jacques baptiste le 9 Mai 2018
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

Réponse acceptée

Eric
Eric le 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 commentaire
jacques baptiste
jacques baptiste le 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 !

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink Report Generator dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by