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!