How to remove a specific object from cell
Mostrar comentarios más antiguos
I have a cell containing objects.
AllObjects = {obj1 , obj2 obj3 ....., obj10}
i want to remove obj3 from AllObjects cell.
Respuesta aceptada
Más respuestas (1)
JIAYING WU
el 20 de Ag. de 2019
0 votos
AllObjects(3) = [ ];
1 comentario
Adam Danz
el 20 de Ag. de 2019
...if you already know that obj3 is in position (3)
Categorías
Más información sobre Properties en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!