How to convert a matrix to a vector
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Boni_Pl
am 18 Okt. 2019
Beantwortet: Stephan
am 18 Okt. 2019
Hello , I have a square matrix let M=[1,2,4;6,5,7;8,3,9]. Now I have to convert it into a column vector as. c=[1;2;4;6;5;7;8;3;9]. How to do this? Please help.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!