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 Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by