Multiply imline in one figure

1 次查看(过去 30 天)
hu
hu 2013-10-27
评论: hu 2013-10-27
Hi,
When I am using imline I only get the start and end point of the line(blue), is it possible to start another imline (in black) from the blue line middle (marked as red)?
Thanks

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-10-27
h1 = imline(gca,[10 100], [100 100]);
setColor(h1,[0 1 1]);
h2=imline(gca,[10+50 10+50], [100 200])
setColor(h2,[1 0 0]);
  3 个评论
Azzi Abdelmalek
Azzi Abdelmalek 2013-10-27
You mean like Autocad do. I don't know if it's possible
hu
hu 2013-10-27
Yes, that will be what I am looking for. Any idea will be welcome.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 NaNs 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by