x = 3*(t − sin(t)) , y = 3*(1 − cos(t)), 0 ≤ t ≤ 2*pi

댓글 수: 1

John D'Errico
John D'Errico 2021년 12월 18일
PLease stop posing your homework problems. This is the 4th one you have now posted, all with no effort made.

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

 채택된 답변

Voss
Voss 2021년 12월 18일

1 개 추천

t = 0:0.001:2*pi;
x = 3*(t-sin(t));
y = 3*(1-cos(t));
figure();
plot(x,y);

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

태그

질문:

2021년 12월 17일

댓글:

2021년 12월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by