Vertically Concatenate Data in a Cell array

2 views (last 30 days)
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!

Accepted Answer

Voss
Voss on 27 Jul 2024
M = vertcat(Predictors{:});

More Answers (0)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!