function (x(t),y(t))=(cos(t)+cos(2*t),sin(2*t)).
(x(t),y(t)) is the part i dont understand how to write it in matlab

 Respuesta aceptada

madhan ravi
madhan ravi el 10 de Sept. de 2019

0 votos

x=@(t)cos(t)+cos(2*t)
y=@(t)sin(2*t)
% you can use fplot()
help fplot
doc fplot

Más respuestas (0)

Preguntada:

el 10 de Sept. de 2019

Comentada:

el 10 de Sept. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by