I have an approximate solution for the function u[x,t] using the semi-discretization method in time step. For example, I have u[x,ti] for all x and some ti. I want to plot a 3D figure for this function and I don't know how to plot it.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
||||
|
If I understand correctly instead of a function defined analytically:
You have a set of curves resulting from a discrete variable, similarly to:
I think the easiest way to plot this is to make 2nd variable discrete too and use
Another way, "preserving" continuous definition of one variable and keeping the other discrete is to use
|
|||
|
|



Plot3D,ListPlot3D, andDiscretePlot3Dcome to mind. Did you perhaps try those? – Sjoerd C. de Vries Jul 10 '12 at 15:33