I have this graph like this
plot ([0,1,1,0,0,1,0.5,0],[0,1,0,1,0,0,1.5,0],'-')
how can I find all intersections in this graph?

 採用された回答

madhan ravi
madhan ravi 2018 年 12 月 11 日

0 投票

4 件のコメント

NA
NA 2018 年 12 月 12 日
It is not giving me any intersection
madhan ravi
madhan ravi 2018 年 12 月 12 日
upload the code that you tried
NA
NA 2018 年 12 月 12 日
編集済み: madhan ravi 2018 年 12 月 12 日
x1=[0,1,1,0,0,1,0.5,0]
y1=[0,1,0,1,0,0,1.5,0]
P = InterX(x1,y1);
plot(x1,y1,P,'ro')
madhan ravi
madhan ravi 2018 年 12 月 12 日
編集済み: madhan ravi 2018 年 12 月 12 日
x1=[0,1,1,0,0,1,0.5,0]
y1=[0,1,0,1,0,0,1.5,0]
P = InterX([x1;y1]); % P is the intersection of curves
plot(x1,y1,P(1,:),P(2,:),'ro')
Screen Shot 2018-12-12 at 8.49.28 AM.png

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGraph and Network Algorithms についてさらに検索

質問済み:

NA
2018 年 12 月 11 日

編集済み:

2018 年 12 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by