Main Content

fill

Class: mlreportgen.report.Report
Namespace: mlreportgen.report

Fill report template holes

Syntax

fill(report)

Description

fill(report) fills each hole in the template of this report. Holes are filled with the value of the report property that has the same name as the hole. This method assumes that report is a subclass of mlreportgen.report.Report, which defines the holes and the properties that define how to fill the holes.

Input Arguments

expand all

Report, specified as a report object. To create the report input, use mlreportgen.report.Report.

Version History

Introduced in R2017b