how to find XLINE AND YLINE intersection
조회 수: 9 (최근 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!