converting matrix to column

 Accepted Answer

col1 = array(:, 1);
col2 = array(:, 2);
col3 = array(:, 3);
col4 = array(:, 4);

More Answers (0)

Categories

Tags

Asked:

AA
on 24 Dec 2014

Answered:

on 24 Dec 2014

Community Treasure Hunt

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

Start Hunting!