Question: Animate using numeric data

Hello, 

For a beam vibration problem I want to animate a function w composed of a time dependent part p(t) and a coordinate dependent part W(x).

w(x,t)=W(x)*p(t)


The coordinate dependent part is an analytical function, but the time dependent part is sequence of a cetrain length with numeric data [{value},{time}]. The code that I used for animating a fully analytical function therefore can't work anymore.

w := W*p: 
with(plots): animate(w, x = 0 .. L, t = 0 .. 2.5, frames = 200, numpoints = 100); 

 

Any suggestion on how to use the numeric data in an animation would be much appricated.

Regards, Erik.

Please Wait...