how to extract the structure array from a cell array
28 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Yun Zhang
el 4 de Oct. de 2019
Comentada: Stephen23
el 4 de Oct. de 2019
I have a 2-cell array, each cell is a structure array. Could you please show me how to extract the structure array from each cell?
Respuesta aceptada
KALYAN ACHARJYA
el 4 de Oct. de 2019
Suppose you hace cell array
data={ struc array1 struc array2 struc array3.....}
If you want to extract struc array2 then..
result=data{2}
so on...
0 comentarios
Más 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!