How can i merge three columns into one
Afficher commentaires plus anciens
I have three columns A=[5;8;7;9;3;4;5;2;9] B=[4;8;3;7] c=[5] i need to merge all three columns into one column
Réponses (1)
Stalin Samuel
le 7 Oct 2017
2 votes
z=[A;B;c]
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!