convert a table into a cell
m = table2cell(t)
table object
cell of the same size as t
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.
m = table2cell(t)
Version | Description |
2024.0.0 | Introduction in Scilab. |