gstoke

4 Reputation

2 Badges

18 years, 254 days

MaplePrimes Activity


These are questions asked by gstoke

Hello all, I'm having trouble with working out an animation problem in maple 10 which I was hoping someone might be able to give me an idea on. I have a series of x,y coordinates to draw a line on a graph, where the coordinates are combined as a 2D list like this: list1 = [x1,x2,x3,...] list2 = [y1,y2,y3,...] ... pairxy:=(x,y)->[x,y]: comblist := array(zip(pairxy,list1,list2)): Ive a number of these combined lists, and I'm trying to create an animation which displays each list in turn, making the line appear like it is moving. I thought since I can create a single plot of one list using the plots tools then I could create an animation by calling each list iteratively over a loop, but Ive been trying to create the animated graph, and it doesnt seem to want to work for me, I dont seem to be able to pass my coordinates to the animation function parameters.
Page 1 of 1