table2cell
convert a table into a cell
Syntax
m = table2cell(t)
Arguments
- t
table object
- m
cell of the same size as t
Description
table2cell converts a table into a cell. The data of t can be heterogeneous to convert them to a cell. If t is a table with row names, then the data is lost.
Examples
m = table2cell(t)
See also
- table — create a table from variables
- cell2table — convert a cell into a table
History
Версия | Описание |
2024.0.0 | Introduction in Scilab. |
Report an issue | ||
<< table | Timeseries/Table | table2matrix >> |