How to rearrange matrix and delet similar value ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mech
am 16 Jun. 2014
Kommentiert: Andrei Bobrov
am 17 Jun. 2014
Hi guys
I have matrix and should rearrange matrix and delete similar value as next:
the origin matrix
0 0 10 150 150 0 125 150 0 10 125 150
0 0 80 0 0 70 80 55 70 80 80 55
what I need
0 0 10 125 150 150
0 70 80 80 55 0
What's program i need hould do:
- when values of column are similar then delete column that repeated
- rearrange column according first line
0 Kommentare
Akzeptierte Antwort
Siehe auch
Kategorien
Mehr zu Sparse 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!