remove duplicate rows based on one column in Excel by matlab code:

I attached the file A.xlsx.

A:

1      1.21

1      1.22

1      1.22

2       1.34

2       1.35

3        1.5

4        1.6

5        1.72

5        1.72

I want to extract Matrices B from A:

B:

1    1.21

2    1.34

3     1.5

4     1.6

5     1.72

Similar questions and discussions