How to save a multiple layer struct
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Guillaume
el 8 de Jul. de 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.
Respuestas (0)
Ver también
Categorías
Más información sobre Structures en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!