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

1 Kommentar

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

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Voss
Voss am 18 Dez. 2021

1 Stimme

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

Weitere Antworten (0)

Kategorien

Mehr zu Graph and Network Algorithms finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by