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

 채택된 답변

Ethar Alkamil
Ethar Alkamil 2019년 2월 28일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2019년 2월 28일

답변:

2019년 2월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by