Question

2. write a program, plotu,m, that animates the following parametrically defined motion characterized by T, a, b and up. Choose values for a, b and p that are larger than 1. Assume eo cos (aax) sin (bet p)


MATLAB

0 0
Add a comment Improve this question Transcribed image text
Answer #1
\omega = \frac{2\pi}{T} = 2\pi (no.\ of\: periods\: per\: unit\: time)

a = 1.2

b= 1.3

\varphi = 1.5

t = 0:0.01:(2*pi);
x = cos(a*\omega *t);
y = sin(b*\omega*t + \varphi );
plot(t,x,'k'); & \text{ hold on;}
plot(t,y,'r-.');
axis([0 \;\;2*pi\:\: -2 \:\:2])

Add a comment
Know the answer?
Add Answer to:
MATLAB Write a program, plotLJ.m, that animates the following parametrically defined motion characterized by T, a,...
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