Separating matrix into column vectors

3 次查看(过去 30 天)
Hi!How can i make my matrix 302X3 matrix into 3 individual column vector.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by