matrix to cell conversion

1 visualización (últimos 30 días)
Arun Kumar
Arun Kumar el 13 de Ag. de 2020
Respondida: madhan ravi el 13 de Ag. de 2020
how to convert 768*8 matrix into 768 number of 8*1 cells using matlab
  1 comentario
Fangjun Jiang
Fangjun Jiang el 13 de Ag. de 2020
couldn't figure it out using the examples in "doc mat2cell"?

Iniciar sesión para comentar.

Respuestas (2)

David Hill
David Hill el 13 de Ag. de 2020
newCell=mat2cell(yourMatrix,ones(size(yourMatrix,1),1));

madhan ravi
madhan ravi el 13 de Ag. de 2020
num2cell(matrix, 1).'

Categorías

Más información sobre Multidimensional 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