필터 지우기
필터 지우기

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 CenterFile Exchange에서 Simulink Report Generator에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by