how to create tables with multiple dimensions?
Afficher commentaires plus anciens
hi,
i have 5 tables and each table is with size 9x2, I need to make them together like 5x9x2.
how to create tables with multiple dimensions?
Réponses (1)
Walter Roberson
le 11 Sep 2021
0 votes
That is not possible in MATLAB. Tables are strictly 2D objects in MATLAB.
It is possible to for a table to contain tables... but that would be pretty inefficient.
You are probably best to make a 9 x (2*5) table
1 commentaire
Jack Xiao
le 17 Sep 2021
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!