Vertically Concatenate Data in a Cell array

2 Ansichten (letzte 30 Tage)
Isabelle Museck
Isabelle Museck am 27 Jul. 2024
Kommentiert: Stephen23 am 27 Jul. 2024
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!

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by