how to delete an element from a particular position from a vector of repetitive elements
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Siehe auch
Kategorien
Mehr zu Multidimensional Arrays 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!