converting matrix to column

4 ビュー (過去 30 日間)
AA
AA 2014 年 12 月 24 日
回答済み: Image Analyst 2014 年 12 月 24 日
How can i convert a 4 columned matrix to 4 vectors?

採用された回答

Image Analyst
Image Analyst 2014 年 12 月 24 日
col1 = array(:, 1);
col2 = array(:, 2);
col3 = array(:, 3);
col4 = array(:, 4);

その他の回答 (0 件)

カテゴリ

Help Center および 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