How to generate a PDF tuning report containing text and figures?

1 view (last 30 days)
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 Comments
Shrinivas Iyengar
Shrinivas Iyengar on 1 Jul 2021
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.
Nigel Davies
Nigel Davies on 1 Jul 2021
I bought the report generator and solved my problems using it. I recommend asling Mathworks for a demo and example code. That worked for me, but its a while ago and I have forgotten the details.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Report Generator in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!