Info

This question is closed. Reopen it to edit or answer.

how to find cordinates of the rectangle?

1 view (last 30 days)
Dhandapani.S
Dhandapani.S on 5 Feb 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
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)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!