Message Boards Message Boards

Create a Manipulate with a long list of ODE?

Posted 6 years ago

I want to manipulate a list of 644 elements

ListTEST={{i1,x1,y1,z1,d},{i2,x2,y2,z2,d},.....{i644,x644,y644,z644,d}}

where i comes from iteration, d is a constant, and values x,y,z are are values after differential equation was solved and were appended to a list called ListTEST. I can plot the results

Manipulate[ListPlot[cc, PlotStyle -> PointSize[Medium], PlotRange -> {{x1,y1}, {x2, y2}}], {x1, 0, 10}, {y1, 0, 1000}, {x2, 0, 10}, {y2, 0, 1000}]

but I would like to know if there is a way to manipulate results and kind of track the position of each point in order starting from i=1 to i=644 ? Or for each value of i the plot shows position of points one by one correspondingly. I looked for similar questions but the answers didn't really help for what I want. Thank you,

In my .nb cc=Part only shows 13 element out of 644 points in the list, and I can see with manipulate points but I want for each i plot have one new point for all 644 points or at least 14 elements

Attachments:
POSTED BY: Arm Mo
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract