How to generate a PDF tuning report containing text and figures?
1 次查看(过去 30 天)
显示 更早的评论
I am using a MATLAB script to tune a control system. When the tuning is complete, I would like a report containing text (especially serial number, date/time and the values determined during tuning) and plots, especially transfer functions.
What do to you recommend?
Whatever solution I use should be compatible with the MATLAB compiler so I can distribute my solution to a team of field engineers.
Ideally the report will be a PDF document.
I am not interested in reporting my script, just the results.
The MATLAB report generator does not seem to be the right product as it appears (from the documentation, rather than practice) that I have to break up my script into little pieces and embed them in the report template. My script contains opportunities for the user to intervene and change values or reject the tune if plots don't look right and my hunch is that this will be difficult if the code runs from the report generator. Also, I fear code structure and maintainability will be lost if the code structure is determined by the requirements of the report template.
Please comment if my assumptions are wrong.
2 个评论
Shrinivas Iyengar
2021-7-1
Did you ever get how to do this? Nine years later, I want the exact same thing. Got excited reading this question just to find out there are no answers.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Report Generator 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!