how I can finish randomly repeated values in a matrix
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ghulam Murtaza
am 14 Okt. 2016
Kommentiert: Image Analyst
am 15 Okt. 2016
Hi I have a matrix
A=[1 0;
1 3;
2 8;
2 3;
1 8;
5 6;
6 5;
5 9;
6 9]
, how I can end up repeated values in column one no matter if values repeat in column two. Please help me I am new and not know to much about matlab.
3 Kommentare
Image Analyst
am 15 Okt. 2016
What does "finish" mean? Why is the original array unfinished or partial??? What do you need to add to it to "finish" it? Please show what you'd like as an output array to eliminate any uncertainty in what you want.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical 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!