How can I combine two matrices ?
Ältere Kommentare anzeigen
A = [1 2 3; 4 5 6; 7 8 9] B = [10 11 12; 13 14 15]
C = [1 2 3; 4 5 6; 7 8 9; 10 11 12; 13 14 15]
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Resizing and Reshaping 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!