How to concatenate all these cells vertically?
Afficher commentaires plus anciens
I have attached the file below. I'm unable to concatenate these cells verically.
2 commentaires
Bhaskar R
le 12 Nov 2019
Your data is table data stored as structure->cell->table.
Cell data arranged in horizantally(row matrix) if you want that data to vertical(column maxtrix) apply transpose
cell_data = S.result;
vertical_data = cell_data';
CalebJones
le 12 Nov 2019
Modifié(e) : CalebJones
le 12 Nov 2019
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrices and Arrays 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!