Documentation

Tables

Definition and use of tables forMATLAB Functionblocks

tableis a data type suitable for column-oriented or tabular data that is often stored as columns in a text file or in a spreadsheet. Tables consist of rows and column-oriented variables. Each variable in a table can have a different data type and a different size with the one restriction that each variable must have the same number of rows. With tables, you can store tabular data in MATLAB®code intended for code generation.

Topics

Code Generation for Tables

Use tables in MATLAB code intended for code generation.

表限制代码的情况ation

Adhere to code generation restrictions for tables.