Endpoints of drawline()

19 次查看(过去 30 天)
azhao
azhao 2020-7-11
评论: dpb 2020-7-12
Hi all,
I'm trying to record the endpoints of the drawline() function in an array so I could record the distance. Is there a way to do this? Or is there a better way to draw a line and record the endpoints' coordinates/ calculate the distance between the endpoints?
Thanks!
  6 个评论
dpb
dpb 2020-7-12
I grok that if search local installed doc, but in the online search as well? That truly sucks if they've done that on purpose.
dpb
dpb 2020-7-12
Well, I don't know why didn't yesterday; today it did return the function reference...maybe something was momentarily offline yesterday when got the failure...

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2020-7-12
h = drawline();
ep = h.Position;
x1 = ep(1,1); y1 = ep(1,2); x2 = ep(2,1); y2 = ep(2,2);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by