Vertically Concatenate Data in a Cell array

Hello there I have data from 10 trials stored in a cell array shown here in "Predictors" and I was wondering how I could vertically concatonate it into one large matrix? Thank you so much in advance!

 採用された回答

Voss
Voss 2024 年 7 月 27 日

0 投票

M = vertcat(Predictors{:});

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeResizing and Reshaping Matrices についてさらに検索

質問済み:

2024 年 7 月 27 日

コメント済み:

2024 年 7 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by