フィルターのクリア

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

2 ビュー (過去 30 日間)
EM geo
EM geo 2019 年 2 月 25 日
回答済み: madhan ravi 2019 年 2 月 25 日
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 Center および File ExchangeMatrices and Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by