getEntry - Class: ModelAdvisor.Table
Package: ModelAdvisor
Get table cell contents
Syntax
content = getEntry(table, row, column)
Description
content = getEntry(table, row, column) gets
the contents of the specified cell.
Inputs
| table | Instantiation of the ModelAdvisor.Table class |
| row | An integer specifying the row |
| column | An integer specifying the column |
Outputs
| content | An element object or object array specifying the content
of the table entry |
Example
Get the content of the table cell in the third column, third
row:
table1 = ModelAdvisor.Table(4, 4);
.
.
.
content = getEntry(table1, 3, 3);
See Also
 | getCoverageInfo | | getID (ModelAdvisor.Check) |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit