how to extract the structure array from a cell array
28 次查看(过去 30 天)
显示 更早的评论
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?
采纳的回答
KALYAN ACHARJYA
2019-10-4
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!