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에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by