RE: ListPlot3D again
- To: mathgroup at smc.vnet.net
- Subject: [mg17329] RE: [mg17248] ListPlot3D again
- From: "Jean-Marie THOMAS" <jmthomas at agat.net>
- Date: Fri, 30 Apr 1999 23:22:42 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Try this: mat=Table[{Random[],Random[],Random[]},{100}]; <<DiscreteMath`ComputationalGeometry` Timing at TriangularSurfacePlot[mat] My machine (Pentium 150 MHz) requires 50 seconds for this computation. Hope this helps, **************************************** Jean-Marie THOMAS mailto:jmthomas at agat.net Conseil et Audit en Ingenierie de Calcul Strasbourg, France http://www.agat.net **************************************** -----Original Message----- From: Roberto Diego [mailto:r-diego at develnet.es] To: mathgroup at smc.vnet.net Subject: [mg17329] [mg17248] ListPlot3D again Hi, I have a matrix nx3; each row represents a point in the space in coordinates {x,y,z} and I'd like to have a representation of the surface they define. Can't get there with ListPlot3D. Any help? TIA Roberto Diego