- csv2table
Creates a table from the .csv file f.
- readtable
Creates a table object from data, which is an Excel-compatible file. readtable is available only on Windows systems where Microsoft Excel is installed.
- struct2table
Creates a table from struct t.
- table
Creates a table object t.
- table2array
Creates an array from the table t.
- table2cell
Creates a cell array from the table t.
- table2csv
Writes a table object t to a comma separated values (.csv) file f.
- table2struct
Creates a struct from the table t.
- writetable
Writes the values of table object t to file, which is an Excel-compatible file. writetable is available only on Windows systems where Microsoft Excel is installed.