how to convert cell array to matrix

1 visualización (últimos 30 días)
ZEMIN HUANG
ZEMIN HUANG el 31 de En. de 2021
Respondida: Stephen23 el 31 de En. de 2021
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?

Respuesta aceptada

Stephen23
Stephen23 el 31 de En. de 2021
Where C is your cell array:
M = horzcat(C{:}).'

Más respuestas (0)

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by