how to convert cell array to matrix

조회 수: 1 (최근 30일)
ZEMIN HUANG
ZEMIN HUANG 2021년 1월 31일
답변: Stephen23 2021년 1월 31일
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일
Where C is your cell array:
M = horzcat(C{:}).'

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by