| Author |
Comment/Response |
Miguel Pleguezuelos
|
02/26/01 12:34pm
Hi everyone:
I'm a beguinner user and I'm using a Do loop to calculate a 3DList like {xi, yij, zij} and I would like to plot several list concatenated using ListSurfacePlot3D and I'm trying to get the total list {{{xi, yij, zij},...(i=1 to n)...,{xn, ynj, znj}}}
For example:
DO[ .../...
Table3D[x1_]:= Table[{x1, Y[[m]], Z[[m]] }, {m, 1, j}]
ListaTotal=Table[Table3D[x1]]+...(¿?)
, {x1, x1st, x1end, incrx1}]
I would like to plot:
ListSurfacePlot3D[Table3D[(x1=x1st)],...Table3D[x1=x1end]]
(This work but I don't mount the total list)
Thanks very much, M.Pleguezuelos.
URL: , |
|