Separating matrix into column vectors

Hi!How can i make my matrix 302X3 matrix into 3 individual column vector.

 採用された回答

Walter Roberson
Walter Roberson 2015 年 6 月 27 日

0 投票

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by