Separating matrix into column vectors

 Respuesta aceptada

Walter Roberson
Walter Roberson el 27 de Jun. de 2015
mat2cell(YourMatrix, size(YourMatrix, 1), ones(1,3))
To get it as a cell array.

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 27 de Jun. de 2015

Respondida:

el 27 de Jun. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by