how to plot this function?

1 Ansicht (letzte 30 Tage)
Pontus Oliverboii
Pontus Oliverboii am 10 Sep. 2019
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

Akzeptierte Antwort

madhan ravi
madhan ravi am 10 Sep. 2019
x=@(t)cos(t)+cos(2*t)
y=@(t)sin(2*t)
% you can use fplot()
help fplot
doc fplot

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help 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