Change The structure of a Variable
Afficher commentaires plus anciens
Hello i wanted to ask how i can change the format of this struct.
The image below shows the struct and how it looks when i click on it.
What i want to do is when i click on loadfile i want to instantly see the table that appears when clicking on the different cells. I dont want to see the 2x277 cell. I Instantly want to get the tables in the cells under each other.
How can i do this?
Tahnk you.

2 commentaires
Dyuman Joshi
le 11 Déc 2023
" I Instantly want to get the tables in the cells under each other.
How can i do this?"
Do you just want to access the contents of the 1st struct?
Or do you want to access the contents of all 67 structs?
malik abdelli
le 11 Déc 2023
Réponse acceptée
Plus de réponses (1)
Sulaymon Eshkabilov
le 11 Déc 2023
0 votes
Your question is not quite clear to me. If your want to get cell array converted into Table, then use cell2table() - DOC
1 commentaire
malik abdelli
le 11 Déc 2023
Catégories
En savoir plus sur Structures dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!