Products & Services Solutions Academia Support User Community Company

Learn more about Simulink Verification and Validation   

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

Customizing the Model Advisor — Describes how to create custom checks
  


Related Products & Applications

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS