Separating matrix into column vectors

 Risposta accettata

mat2cell(YourMatrix, size(YourMatrix, 1), ones(1,3))
To get it as a cell array.

Più risposte (0)

Categorie

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by