Changing Structure Array fields to multiple different column vectors
Mostrar comentarios más antiguos
Hi everyone, I need some help. I've created a structure array that is a 771x1 structure with three fields. All three fields are separate cell arrays, however I need fields 2 and 3 to be 771 different column vectors, any thoughts?
For example, the "Frame" field has an 89x1 double, a 45x1 double, a 38x1 double, etc., but I need them to be separate column vectors. num2cell turns everything into one long vector. The "Frame" vector corresponds to the "xy" field I have, which contains different particle's positions. This is why the "Frame" field needs to be separate column vectors, as each particle is in a specific number of frames.
Thank you for your help!
1 comentario
Sindar
el 11 de Mayo de 2020
It sounds like a table may be a better way of storing your data. struct2table might work
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Structures en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!