How can i update my vector in an algorithm
Mostra commenti meno recenti
Hi everyone I am running a simulation in which i am facing the following problem
In a simulation, initially i have the vector a=[2;6;12;4;9;7;16].In the second run of my algorithm the vector is updated in such a way that element at fourth position is deleted and updated vector will be a=[2;6;12;9;7;16].In the third run suppose the element at second position is deleted and updated vector will be a=[2,12,9,7,16].The position of deleted element can vary but here i put the simple example for understanding purpose. Appreciate if anyone can help me to solve this problem
Thanks
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Physics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!