converting matrix to column

4 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by