How to turn off drawrectangle?
Show older comments
I used drawrectangle to draw a rectangle on an image and adjust its size and position, but then I can't figure out how to turn off its adjustability and get its final position.
I tried left and right clicking 1X or 2X in the image, next to the image, etc., but the drag points still remain and it is possible to adjust it. Any ideas? Or is there a better function to draw a rectangle, adjust it, finalize it, then get its final position?
figure;
% Draw an example image
peaks;
view(2);
% Draw a rectangle
h = drawrectangle; % But after adjusting, how can I turn off the adjustability?
Accepted Answer
More Answers (0)
Categories
Find more on Descriptive Statistics and Visualization 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!