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

1 view (last 30 days)
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

Accepted Answer

madhan ravi
madhan ravi on 25 Feb 2019
vertcat(Rcalc{:})

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!