Unfold cell

3 次查看(过去 30 天)
Rafael Freire
Rafael Freire 2011-9-10
How i can unfold a cell into a vector
cell{1,1}=[10 20 30]
cell{1,2}=[40 50 60]
cell{1,3}=[70 80 90]
cell{1,4}=[10 20 30]
cell{1,5}=[40 50 60]
to a vector=[10 20 30 40 50 60 70 80 90 10 20 30 40 50 60]
Best regards

采纳的回答

the cyclist
the cyclist 2011-9-10
>> vector = cell2mat(cell)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by