Plot the graphs of the following parametric equations using ezplot
Afficher commentaires plus anciens

could anybody please help me with this question? i got it easily with just plot but how do i attempt it with ezplot?
Réponses (1)
darova
le 15 Avr 2020
See this madness
syms r t
r = sin(t/2);
x = r*cos(t);
y = r*sin(t);
ezplot(x,y,[0 2*pi])
2 commentaires
Robin Morgan
le 15 Avr 2020
darova
le 15 Avr 2020
It's just an example. You should put there your values. Not mine
Catégories
En savoir plus sur Mathematics and Optimization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!