how to reshape a matrix to a vector?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
sama
am 21 Mai 2018
Beantwortet: sama
am 21 Mai 2018
I have a matrix for example [1 2 3; 4 5 6; 7 8 9]. I want to return it to [1 2 3 4 5 6 7 8 9] how can I do that please? Thanks
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Resizing and Reshaping Matrices 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!