addRow
Add row to table in Model Advisor analysis results
Syntax
Description
addRow(
adds a row which contains the contents of ftObj
,rowEntries
)rowEntries
to the end
of the table specified by the formatting template object ftObj
.
If you do not add data to a table, Model Advisor does not display the table in the results.
Note
Before adding rows to a table, you must specify column titles using the
setColTitles
method.
The function addRow
is for formatting tables in Model
Advisor analysis results with Simulink®
Check™. For more information, see Simulink Check.
For information on how to use tables in MATLAB®, see Create Tables and Assign Data to Them.