Main Content
curly braces, { }
Cell array creation, indexing
Syntax
Description
Curly braces {}
create and index cell arrays, and also index data
in tables and timetables. For instance, T{rows,vars}
returns an array of
concatenated data from the specified rows and variables of a table or timetable.
Examples
Version History
Introduced before R2006a