i have a cell array that looks like below. I would like to convert it into a matrix that is 480000X384. Could anyone help me on this please?

 채택된 답변

Stephen23
Stephen23 2021년 1월 31일

0 개 추천

Where C is your cell array:
M = horzcat(C{:}).'

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

질문:

2021년 1월 31일

답변:

2021년 1월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by