ModelAdvisor.Table - Class: ModelAdvisor.Table
Package: ModelAdvisor
Create table
Syntax
table = ModelAdvisor.Table(row, column)
Description
table = ModelAdvisor.Table(row, column) creates
a table object (table). The Model Advisor displays
the table object containing the specified number of rows (row)
and columns (column).
Examples
In the following example, you create two table objects, table1 and table2.
The Model Advisor displays table1 in the results
as a table with 1 row and 1 column. The Model Advisor display table2 in
the results as a table with 2 rows and 3 columns.
table1 = ModelAdvisor.Table(1,1);
table2 = ModelAdvisor.Table(2,3);
See Also
 | ModelAdvisor.Table class | | ModelAdvisor.Task class |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit