matrix with mixed data ?
6 views (last 30 days)
Show older comments
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 !
0 Comments
Accepted Answer
Jos (10584)
on 30 May 2019
A table is the most obvious choice for this, especially if you want to do statistics. I suggest you read the manual on tables.
3 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!