How to remove a specific object from cell
Show older comments
I have a cell containing objects.
AllObjects = {obj1 , obj2 obj3 ....., obj10}
i want to remove obj3 from AllObjects cell.
Accepted Answer
More Answers (1)
JIAYING WU
on 20 Aug 2019
0 votes
AllObjects(3) = [ ];
1 Comment
Adam Danz
on 20 Aug 2019
...if you already know that obj3 is in position (3)
Categories
Find more on Properties in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!