how to delete an element from a particular position from a vector of repetitive elements
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to delete the element from a particular position in the vector as I have repetitive elements in that vector.
For example, I have
A =[1 2 3 2 5];
and I want to delete 2 from 4th position. Help me out
0 commentaires
Réponse acceptée
Voir également
Catégories
En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!