Borrar filtros
Borrar filtros

Can Matlab Report Generator send automatically the report ?

2 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Eric
Eric el 16 de Mayo de 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 comentario
jacques baptiste
jacques baptiste el 16 de Mayo de 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 !

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Simulink Report Generator en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by