how to create a matrix from cells with different size and concatenate them?

1 次查看(过去 30 天)
I have a cell array called Rcalc (1 x 91) and each cell has different size (see photos). I need a matrix of only one column and n rows. How can i do? I'm really new in matlab.
Screenshot_2.png

采纳的回答

madhan ravi
madhan ravi 2019-2-25
vertcat(Rcalc{:})

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by