how to find XLINE AND YLINE intersection

4 次查看(过去 30 天)
n=3;
m=4;
for i=1:n
xline(i);
for j=1:m
yline(j);
end
end

采纳的回答

Star Strider
Star Strider 2020-8-20
The intersections (in this example) are at all combinations of (i,j), in that order.
  5 个评论
ravi shukla
ravi shukla 2020-8-20
can we do it using mapshow? bcaz i did and i got the intersection points as picture
Star Strider
Star Strider 2020-8-20
I have no idea. I do not have the Mapping Toolbox, so I cannot respond to that.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Specifying Target for Graphics Output 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by