Programmatically using Report Generator to generate a Word report using templates generates an error: "Cannot find template"
Show older comments
I am reading the MATLAB Report Generator documentation, and I am having some trouble understanding the "Automatic Numbering in Word Reports" section:
I copied the code into my MATLAB, but when I try to run it, I get the following error message:
ERROR: Error using mlreportgen.dom.DocumentPart/moveToNextHole
Cannot find template: MyReportTemplate.dotx
Error in Untitled2 (line 17)
moveToNextHole(chapterPart);
I think I need to have a template file called "MyReportTemplate.dotx" in my current path, but I don't know where to find it or how to create it myself.
I have tried all the other examples on this page, but this is the only one that gave me an error.
Accepted Answer
More Answers (0)
Categories
Find more on Templates 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!