Animating wave equation in Matlab

Hi there.. I got an assignment on string vibration on PDE where I'm asked to Animate the standing wave,, I managed to get the equation but donno how to Animate it in Matlab,, I'll be grateful to anyone who can help..
file is attached..

1 件のコメント

Leo
Leo 2014 年 1 月 15 日
You could use a for loop i.e.
t=0
for t < T
plot(x,U(x,t))
t=t+dt
pause(0.5)
end
which will animate between time 0 and T.

サインインしてコメントする。

回答 (1 件)

Mischa Kim
Mischa Kim 2014 年 1 月 15 日

0 投票

Hello Yusuf, check this out.

カテゴリ

ヘルプ センター および File ExchangeAnimation についてさらに検索

質問済み:

2013 年 11 月 29 日

回答済み:

2014 年 1 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by