How can i merge three columns into one
Ältere Kommentare anzeigen
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
Antworten (1)
Stalin Samuel
am 7 Okt. 2017
2 Stimmen
z=[A;B;c]
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!