Plotting points in 3D
- To: mathgroup@smc.vnet.net
- Subject: [mg11471] Plotting points in 3D
- From: Sofiane Ramdani <ramdani@univ-tln.fr>
- Date: Thu, 12 Mar 1998 01:34:55 -0500
- Organization: Universiti de Toulon
Hi all, I've wrote a program that solves an implicit equation that looks like : f(x,y,z)=0. In fact, my program actually find a "z" for some values of "x" and "y". Then, using "Plot3D", I've plotted a 3D surface of "z" as a numerical function of x and y. After this, I've evaluated new points : (x1,y1,z1) in a new 3D basis. I'm trying now to plot these new points using the values of "x1", "y1" and "z1". Is there any way to do this? Thanks for any answer.