How to create report programmatically ?
이전 댓글 표시
I am using MATLAB version r2016b, and want to create a report.
Here are the versions used :
----------------------------------------------------------------------------------------------------
MATLAB Version: 9.1.0.441655 (R2016b)
Operating System: Microsoft Windows 10 Entreprise Version 10.0 (Build 14393)
Java Version: Java 1.7.0_60-b19 with Oracle Corporation Java HotSpot™ 64-Bit Server VM mixed mode
----------------------------------------------------------------------------------------------------
MATLAB Report Generator Version 5.1 (R2016b)
Simulink Report Generator Version 5.1 (R2016b)
Following Matlab documentation I do the following :
import mlreportgen.report.*;
import slreportgen.report.*;
import slreportgen.utils.*;
rpt = slreportgen.report.Report('UnitTestReport','pdf');
Why following error occured, and how can I resolve it :
Undefined variable "slreportgen" or class "slreportgen.report.Report".
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Reporting and Database Access에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!