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

0 Stimmen

M = vertcat(Predictors{:});

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by