how to plot sine wave without built in function ?
古いコメントを表示
Hi.. um i wanted to ask a small question .. um a beginner in Matlab so .. i wanted to know if there's a way to create a sine wave without the sine function .. ? waiting for your reply
3 件のコメント
Adam
2015 年 12 月 7 日
Obviously you could estimate one, but why would you want to?
Guillaume
2015 年 12 月 7 日
Probably not the answer you want, but conforms exactly to your request:
sine = @(x) cos(pi/2 - x);
Shaheer Ali
2015 年 12 月 8 日
採用された回答
その他の回答 (1 件)
Thomas Alex
2020 年 1 月 12 日
0 投票
similarly how to plot 2 different sine waves with a phse difference?
カテゴリ
ヘルプ センター および File Exchange で Programming についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!