I can't use Document command to generate a Report
    7 views (last 30 days)
  
       Show older comments
    
    Junior Joel Aguilar Hancco
 on 15 Feb 2021
  
    
    
    
    
    Commented: Junior Joel Aguilar Hancco
 on 15 Feb 2021
            
6 Comments
Accepted Answer
  Cris LaPierre
    
      
 on 15 Feb 2021
        With the documentation example working, try using your template again. Do you still get the same error?
If so, how did you create your template? What happens if you create your template using 
2 Comments
  Cris LaPierre
    
      
 on 15 Feb 2021
				
      Edited: Cris LaPierre
    
      
 on 15 Feb 2021
  
			I just worked through the example in the video you shared, and it worked fine for me. Perhaps you just needed to restart MATLAB?
More Answers (1)
  Rahul Singhal
    
 on 15 Feb 2021
        The issue in the non-working script is that it has a typo in the package import statement, which is the reason it is not able to recognize the Document class.
Change:
import mireportgen.dom.*;
to 
import mlreportgen.dom.*;
2 Comments
See Also
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!





