MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

ListSurfacePlot3D problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg14546] ListSurfacePlot3D problem
  • From: Peter Huesser <huesser at physik.unizh.ch>
  • Date: Thu, 29 Oct 1998 04:33:38 -0500
  • Organization: University of Zurich
  • Sender: owner-wri-mathgroup at wolfram.com

I have the following input file (t.data):

!!t.data

   0.95000 120.00000  -185.41067000
   1.35000 120.00000  -185.74612000
   3.35000 124.00000  -154.35578000
   5.35000 126.00000  -152.57248000
   1.35000 130.00000  -185.75503000
   3.75000 132.00000  -135.90709000
   2.15000 138.00000  -185.74436000
   4.55000 140.00000  -134.06786000
   4.95000 140.00000  -152.69928000
   2.55000 146.00000  -185.74015000
   6.95000 150.00000  -150.94577000

I read this file with the command:

partial=ReadList["t.data",{Number,Number,Number}, RecordLists -> True];

but the following command produces not a graphic output:

ListSurfacePlot3D[npartial,Axes->True,PlotRange->All];

Thank's in advance for any help

            pedro

Email: phuesser at bluewin.ch
             huesser at physik.unizh.ch




  • Prev by Date: Re: ParametricPlot
  • Next by Date: nonlinear regress on multiple data sets?
  • Previous by thread: Multiplying piecewise functions
  • Next by thread: Re: ListSurfacePlot3D problem