Matlab Report Generator error using code given in mathworks
Show older comments
Hello,
I did try to use the code given here: https://fr.mathworks.com/help/rptgen/ug/create-a-report-generator.html , in order to start learning how to use matlab report generator. But when i run the full code I have this error message:
Cannot find an exact (case-sensitive) match for 'Report'
The closest match is: report in C:\Program Files\MATLAB\R2016b\toolbox\rptgen\rptgen\report.m
Error in wsedrftgyhujikol (line 3)
rpt = Report('magic','html');
I managed to create a file using "report explorer" by typing report in the command window. But no success with code... I would like a bit of help, specially on how to create a report (in code line) to have something flexible.
My target is to build a GUI which able to select which graph should be in the report or not. I hope it is clear enough, if you need other information feel free to ask :)
Best regards,
Baptiste
1 Comment
jacques baptiste
on 23 May 2018
Accepted Answer
More Answers (0)
Categories
Find more on Report Setup 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!