converting matrix to column

3 visualizzazioni (ultimi 30 giorni)
AA
AA il 24 Dic 2014
Risposto: Image Analyst il 24 Dic 2014
How can i convert a 4 columned matrix to 4 vectors?

Risposta accettata

Image Analyst
Image Analyst il 24 Dic 2014
col1 = array(:, 1);
col2 = array(:, 2);
col3 = array(:, 3);
col4 = array(:, 4);

Più risposte (0)

Categorie

Scopri di più su Resizing and Reshaping Matrices in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by