how to find XLINE AND YLINE intersection
8 views (last 30 days)
Show older comments
ravi shukla
on 20 Aug 2020
Commented: Star Strider
on 20 Aug 2020
n=3;
m=4;
for i=1:n
xline(i);
for j=1:m
yline(j);
end
end
3 Comments
Accepted Answer
Star Strider
on 20 Aug 2020
The intersections (in this example) are at all combinations of (i,j), in that order.
5 Comments
Star Strider
on 20 Aug 2020
I have no idea. I do not have the Mapping Toolbox, so I cannot respond to that.
More Answers (0)
See Also
Categories
Find more on Discrete Data Plots 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!