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

1 vue (au cours des 30 derniers jours)
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

Réponse acceptée

madhan ravi
madhan ravi le 25 Fév 2019
vertcat(Rcalc{:})

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by