Hello everyone and thanks in advance for help,I am new to matlab and i need to create plot which looks exactly like this and i dont know howJvi9.png

 Réponse acceptée

Ethar Alkamil
Ethar Alkamil le 28 Fév 2019

0 votes

Try this:
i=1.2; Ur=2;
plot((0:360),sind((0:360))*Ur,'b'), axis([0 360 -Ur Ur])
hold on
plot((0:360),sind((0:360))*i,'r'), axis([0 360 -Ur Ur])

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by