How to remove a specific object from cell
Mostra commenti meno recenti
I have a cell containing objects.
AllObjects = {obj1 , obj2 obj3 ....., obj10}
i want to remove obj3 from AllObjects cell.
Risposta accettata
Più risposte (1)
JIAYING WU
il 20 Ago 2019
0 voti
AllObjects(3) = [ ];
1 Commento
Adam Danz
il 20 Ago 2019
...if you already know that obj3 is in position (3)
Categorie
Scopri di più su Properties 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!