How can i add elements of the row at the end of the row?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Azime Beyza Ari
am 21 Mär. 2022
Bearbeitet: Voss
am 21 Mär. 2022
Hello everyone,
I m trying to expand my row vector and couldnt find any easy solution
Here is what i am trying to do:
I have a mtrix lets say this one
A = [1 2 3 4 ]
It should be like this;
A =[1 2 3 4 1 2 3 4 ]
I wanna add the same row back to back for 36 times. Any solution suggestions?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical 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!