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

1 Ansicht (letzte 30 Tage)
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

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by