| Author |
Comment/Response |
Stephen
|
02/16/10 00:37am
I have a List of 3-tuples arrayed as {y, r, t} and I would like to run ListPlot of y versus r, then show it as an animation as a function of t. How would I go about doing this?
Example code would be:
soln = Table[{y(r, t), r, t},{r,0,rmax}, {t, 0, tmax}]
then not sure what to do from there.
URL: , |
|