how to unnest cell array
显示 更早的评论
i have a 1x1 cell and when you click on that it has a 1x36 cell how do i reformat that into a single 1x36 cell.
1 个评论
Stephen23
2018-6-29
Where C is your cell array:
C = C{1}
回答(1 个)
Guillaume
2018-6-29
yourvariable = yourvariable{1};
类别
在 帮助中心 和 File Exchange 中查找有关 Data Types 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!