how to convert cell array to matrix

1 次查看(过去 30 天)
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