Generating a sine wave
이전 댓글 표시
How do I generate a signal that has amplitude of 6, and a frequency of 10Khz ? The graph should be in green colour. Thanks.
댓글 수: 3
Adam Danz
2019년 11월 22일
This isn't really a matlab question. To learn about the parameters that affect a sine wave,
To plot a line in green,
plot(x,y,'g-')
BZZ
2019년 11월 22일
Adam Danz
2019년 11월 22일
"we do matlab exams on paper"
That's awesome! You'll have plenty of practice for tech interviews if you go that route.
"we had this question in our exam "
So, what was your response? How far are you in solving this? The link I provided should be enough for you to fill in any gaps.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!