mlreportgen.report.SummaryTable Class
Namespace: mlreportgen.report
Description
Use an instance of mlreportgen.report.SummaryTable
class to generate a table that summarizes
the results of a search by a MATLAB®
Report Generator™ finder object. The table lists the key properties of each finder result object.
For more information, see finder result class.
The mlreportgen.report.SummaryTable
class is a handle
class.
Creation
Description
creates an empty summary table reporter. Use the FinderResults (Simulink Report Generator) property to specify the results to summarize.summaryTableRptr
= mlreportgen.report.SummaryTable
Note
Adding an empty MATLAB summary table reporter to a report causes an error.
creates a summary table reporter for the result objects in the array
summaryTableRptr
= mlreportgen.report.SummaryTable(finderResults
)finderResults
and sets the FinderResults property to finderResults
.
sets properties by using name-value arguments. Specify multiple name-value arguments in
any order.summaryTableRptr
= mlreportgen.report.SummaryTable(Name
=Value
)
Properties
Methods
Examples
More About
Version History
Introduced in R2022a