remove the frequent values withou sorting
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
huda nawaf
le 10 Juil 2022
Commenté : huda nawaf
le 11 Juil 2022
hello
I need a function remove the frequent values(keeping the first appearance of value) without using unique because it is making sortg
For example
x=[3 4 3 5 1 0 4 2];
I need x to be
x=[3 4 5 1 0 2]
Thanks in advance
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!