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
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
Robin Morgan
2020년 4월 15일
darova
2020년 4월 15일
It's just an example. You should put there your values. Not mine
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!