how to do this on matrix to change they look?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Firas Al-Kharabsheh
am 3 Mai 2016
Kommentiert: Firas Al-Kharabsheh
am 3 Mai 2016
if i have this matrix
A = [ 1 2 2 4 5 2
1 2 3 1 1 2
0 0 0 1 0 0 ]
how to convert it to be like that
A = [ 0 0 0 1 0 0
1 2 3 1 1 2
1 2 2 4 5 2 ]
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Multidimensional Arrays 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!