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일
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

could you please explain why you took r = (sint/2) and why those limits?
It's just an example. You should put there your values. Not mine

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

제품

릴리스

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