Untitledkj.jpgit was source

 採用された回答

Geoff Hayes
Geoff Hayes 2019 年 4 月 20 日

0 投票

sesha - the only difference between this and the usual sine curve is that it is "inverted". Try doing
x = -pi:0.01:pi;
y = -1 * sin(x);
plot(x,y);
and see how the -1 scalar gives you what you are looking for.

1 件のコメント

sesha sai
sesha sai 2019 年 4 月 20 日
thank you so much sir

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSimulink についてさらに検索

質問済み:

2019 年 4 月 20 日

コメント済み:

2019 年 4 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by