

The table, readtable, and array2table functions create table arrays. Table arrays provide a convenient way to store tabular data as a MATLAB variable. In App Designer and apps created using the uifigure function, you can specify the Data property as a table array. When a user edits a cell, the Data property updates. To prevent warnings or NaN values that display when users enter invalid data into an editable cell, write a CellEditCallback function to convert the data to the appropriate type. String array - Displays characters and text.Ĭell array of character vectors - Displays characters and text.

true values correspond to selected boxes, whereas false values display cleared boxes.Ĭell array - Displays any combination of numeric, logical, or character array values. Numeric array - Displays numeric values such as double or single. Table array ( uifigure-based apps only) - Displays any combination of data types that table arrays support, such as datetime, duration, and categorical.
