Generating a sine wave
Afficher commentaires plus anciens
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 commentaires
Adam Danz
le 22 Nov 2019
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
le 22 Nov 2019
Adam Danz
le 22 Nov 2019
"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.
Réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!