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 Exchange에서 Resizing 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