how to find cordinates of the rectangle?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
h = imrect(gca, [10 10 100 100]); addNewPositionCallback(h,@(p) title(mat2str(p,3)));
i need to get the new cordinates after resizing the rectangle. please help me
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!