MATLAB: Matrix with mixed data

cell arraymatrixtable

I have some variables of mixed type (categorical and numerical)
I would like to build a table or cell array (or a matrix in general) in which all of them are listed, one per column.
categorical values can be repeated for certain row ranges and can be equal, numerical data are individually different.
what type of matrix would be better to perform statistics ?
a table ? a cell array?
thanks !

Best Answer

A table is the most obvious choice for this, especially if you want to do statistics. I suggest you read the manual on tables.