how to merge two vectors
Ältere Kommentare anzeigen
A= [ 0.567 6.345 1.789 0.678 0.4678] B= [0 0 0 0 0 0 0 ]
result will be
C= [0.567 6.345 1.789 0.678 0.4678 0 0]
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Automated Driving Toolbox 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!