Deleting a handle array.
Show older comments
I'm trying to add multiple ROIs to an image using imroi. All of the handles are stored in an array variable. I want to delete all of the rois from the image simultaneously. I've tried delete(handle_array) and get the following error:
Function 'subsindex' is not defined for values of class 'imrect'.
Is there a better way to do this? Thank you.
Accepted Answer
More Answers (1)
Ryan
on 1 Mar 2013
0 votes
Categories
Find more on Work with Components 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!