フィルターのクリア

how to find XLINE AND YLINE intersection

4 ビュー (過去 30 日間)
ravi shukla
ravi shukla 2020 年 8 月 20 日
コメント済み: Star Strider 2020 年 8 月 20 日
n=3;
m=4;
for i=1:n
xline(i);
for j=1:m
yline(j);
end
end
  3 件のコメント
ravi shukla
ravi shukla 2020 年 8 月 20 日
how to plot it on graph... like how to show these imtersection points on graph
Adam Danz
Adam Danz 2020 年 8 月 20 日
Use the plot command. You may have to include hold on too.

サインインしてコメントする。

採用された回答

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 Center および File ExchangeSpecifying 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