How user move lines that is drawed in a figure interactivly and extract the data of new location of lines ?
Show older comments
After executed some codes; a result will come out with 4 lines that made a rectangular and drawn in a figure (with image background). User wants to move these lines (one or more lines) of rectangular (while they be stayed rectangular) to new location interactivly. The new data of these lines is required for using. Maybe the angles of the lines be changed(no parallel). Based on the attachment picture, first location is in red lines. User wants to change the location of lines to the 2nd location by mouse (green lines). I have the points of edges (cross lines) of lines red lines. I want the points of edges (cross lines) of 2nd location (green lines).
I prefer the function be able to use Matlab coder but it's not necessary.
3 Comments
sloppydisk
on 24 May 2018
Probably look into
doc impoly
or
doc imline
marya anderson
on 31 May 2018
Edited: marya anderson
on 3 Jun 2018
marya anderson
on 3 Jun 2018
Accepted Answer
More Answers (0)
Categories
Find more on Build Interactive Tools 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!