Hi there,
I have created an animated plot of a modelled beam under sinusoidal forcing. It shows the beam bending along the x-axis. I was wondering how to plot the animated function with the beam lying along the y-axis instead of the x-axis as happens when i use the following command:
animate(w,x=0..1,t=0..0.1,frames=150,numpoints=100,color=red,thickness=3);
Any idea's?