How to save a multiple layer struct
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
HEllo all,
It would be kind if someone could help me, i have an struct called result and inside that struct i have other structs and i want to know how could i save the struct that inside to an spreadsheet
1 Commento
Guillaume
il 8 Lug 2015
Usually, if you use multilayer structures, it's because your data is in a form of tree. That's not really compatible with the square tabular format of excel.
So, you'll have to give more details about what's in your structure and how you want to map that to a tabular format.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Structures in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!