Plot the graphs of the following parametric equations using ezplot

could anybody please help me with this question? i got it easily with just plot but how do i attempt it with ezplot?

回答 (1 件)

darova
darova 2020 年 4 月 15 日

0 投票

See this madness
syms r t
r = sin(t/2);
x = r*cos(t);
y = r*sin(t);
ezplot(x,y,[0 2*pi])

2 件のコメント

Robin Morgan
Robin Morgan 2020 年 4 月 15 日
could you please explain why you took r = (sint/2) and why those limits?
darova
darova 2020 年 4 月 15 日
It's just an example. You should put there your values. Not mine

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

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

製品

リリース

R2020a

タグ

質問済み:

2020 年 4 月 15 日

コメント済み:

2020 年 4 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by