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

1 comentario

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

Iniciar sesión para comentar.

 Respuesta aceptada

Voss
Voss el 18 de Dic. de 2021
t = 0:0.001:2*pi;
x = 3*(t-sin(t));
y = 3*(1-cos(t));
figure();
plot(x,y);

Más respuestas (0)

Categorías

Más información sobre Graph and Network Algorithms en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 17 de Dic. de 2021

Comentada:

el 18 de Dic. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by