Question

With matlab plot cos(0, 2pi*t) for values of t such that 3 periods of the function...

With matlab plot cos(0, 2pi*t) for values of t such that 3 periods of the function are shown Remember that Wo=0.4pi

Someone specify the use of the radian frequency in their answer

0 0
Add a comment Improve this question Transcribed image text
Answer #1

please find the code below::

t = linspace(0,9.5*pi,1000);
y = cos(0.2*pi*t);
plot(t,y),
legend('cos(0.2*pi*t)'),
xlabel('x'), ylabel('y');
title('cos(0.2*pi*t) 3 periods');

output:

Figure 1 File Edit View r Iools Desktop Window Help eak cos(0.2*pi*t) 3 periods COS cos(0.2*pi *t) 0.8 0.6 0.4 0.2 Use indow DMa n : 9 en bel 0.2 0.4 -0.6 -0.8 wCOS wCOS wCOS wCOS 0 10 15 20 25 30

Add a comment
Know the answer?
Add Answer to:
With matlab plot cos(0, 2pi*t) for values of t such that 3 periods of the function...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT