フィルターのクリア

Intersections between 2 graphs

1 回表示 (過去 30 日間)
Jhanzaib Humayun
Jhanzaib Humayun 2019 年 10 月 10 日
コメント済み: Jhanzaib Humayun 2019 年 10 月 12 日
r=@(o)(2+sin(3.*o))./(sqrt(1+exp(cos(o))));
o=linspace(-pi,pi);
[x,y]=pol2cart(o,r(o));
plot(x,y)
hold on
[a,b]=cirkel(0,0,1); %Draws a circle with [0,0] as center and 1 radius
plot(a,b,'r')
How do I find the intersection of these two figures?
I get this graph if I run the programCircle and a clover.png

採用された回答

Fabio Freschi
Fabio Freschi 2019 年 10 月 10 日
  1 件のコメント
Jhanzaib Humayun
Jhanzaib Humayun 2019 年 10 月 12 日
Thanks! :)

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

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by