plot the simple sin wave with amplitude

i want to plot a sin wave with freq of 6 and amplitude of 3. here the code: i dont know how to determine the amplitude, please help x = 0:.01:6*pi; y = sin(x); plot(x,y);

 採用された回答

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMeasurements and Feature Extraction についてさらに検索

タグ

質問済み:

2014 年 10 月 18 日

回答済み:

2014 年 10 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by