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 Comments

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
BZZ on 22 Nov 2019
Thanks, we had this question in our exam, so that's why I'm asking. (Yeah, we do matlab exams on paper)
"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.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

BZZ
on 22 Nov 2019

Commented:

on 22 Nov 2019

Community Treasure Hunt

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

Start Hunting!