“Flattening” a cell array

风流意气都作罢 提交于 2019-12-01 02:40:20

One way to achieve that would be -

vertcat(cell_array1{:})

If your cell has unequal number of elements in each row , maybe this might work better

vector=[cell_array{:}]
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!