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

 Respuesta aceptada

Ethar Alkamil
Ethar Alkamil el 28 de Feb. de 2019

0 votos

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])

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 28 de Feb. de 2019

Respondida:

el 28 de Feb. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by