how to find XLINE AND YLINE intersection
8 次查看(过去 30 天)
显示 更早的评论
n=3;
m=4;
for i=1:n
xline(i);
for j=1:m
yline(j);
end
end
3 个评论
采纳的回答
Star Strider
2020-8-20
The intersections (in this example) are at all combinations of (i,j), in that order.
5 个评论
Star Strider
2020-8-20
I have no idea. I do not have the Mapping Toolbox, so I cannot respond to that.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discrete Data Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!