how to convert cell to array
显示 更早的评论
I have 1 x 7 cell. Each cell has 20000 x 1 array. How do I take 1st column and 3rd 4th 5 7 7 column ? So result becomes 20000 x 5 array ?
采纳的回答
更多回答(1 个)
Jan
2016-12-5
out = cat(2, v{[1 3 4 5 7]});
类别
在 帮助中心 和 File Exchange 中查找有关 Data Types 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!