How to delete repeating value in a row ?
3 views (last 30 days)
Show older comments
omran alshalabi
on 28 Aug 2022
Commented: omran alshalabi
on 28 Aug 2022
code: from a = [1 2 2 4 4 2 2 1 1 4 4 ]
become b = [1 2 4 2 1 4]
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!