How to remove a specific object from cell
Afficher commentaires plus anciens
I have a cell containing objects.
AllObjects = {obj1 , obj2 obj3 ....., obj10}
i want to remove obj3 from AllObjects cell.
Réponse acceptée
Plus de réponses (1)
JIAYING WU
le 20 Août 2019
0 votes
AllObjects(3) = [ ];
1 commentaire
Adam Danz
le 20 Août 2019
...if you already know that obj3 is in position (3)
Catégories
En savoir plus sur Properties dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!