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

1 个评论

PLease stop posing your homework problems. This is the 4th one you have now posted, all with no effort made.

请先登录,再进行评论。

 采纳的回答

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 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by