Date: Nov 28, 2012 2:39 PM Author: Christopher Subject: 2D Cross section from 3D Object I have a few ellipsoids that are plotted, some of the ellipsoids cross the X axis where y=0. How can I make a 2D, top down (using the Z and X axis) plot of these points.
Notes: I am using
1. [ x y z ] = ellipsoid(x,y,z,xr,yr,zr,20)
2. sc = surf(x, y , z)