MATLAB: App Designer-Can I use the Report Generator Add-on with App Designer

app designerMATLABreport generator

I want to have a button in my app that launches the report generator. Is that possible? How would I do it?
I attached the app I'm working on if that is helpful. And I do have the report generator add-on.

Best Answer

Hi, getting the report generator to start with app designer is easy :
function Midterm_reportButtonPushed(app,event)
report MIDTERM_report;
The hard part is to get the report to get values (variables, figures) from the app. I'm still looking for answers to that one. Sorry, I'm not being very helpful, but this it mainly to be able to keep an eye on other answers to your question!
Please let me know if you find a solution.