How can I merge two rows into one
26 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all,
Newbie question here. Let's say I have 6 variables (A-F) and values in 2 rows like this:
A B C D E F
1 2 3
4 5 6
Now I would simply like to merge them into one, like this:
A B C D E F
1 2 3 4 5 6
How would I do that? Thanks
2 Kommentare
Guillaume
am 10 Mai 2016
Please use valid matlab syntax for your examples rather than abstract code that does not mean anything.
Antworten (1)
Siehe auch
Kategorien
Mehr zu Whos finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!