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

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by