Separating matrix into column vectors

 Réponse acceptée

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

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by