Feb 2, 2005 #1 Star1976 Materials Joined Jan 31, 2005 Messages 6 Location GB Hi guys I am ploting a 3D trajectory using plot3 function. For the sake of clarification, I need to plot the shadow (projections) of the trajectory on the three planes (xy,yz,xz) on the same graph. Any idea or suggestions??? Help is greatfully appreciated. Star
Hi guys I am ploting a 3D trajectory using plot3 function. For the sake of clarification, I need to plot the shadow (projections) of the trajectory on the three planes (xy,yz,xz) on the same graph. Any idea or suggestions??? Help is greatfully appreciated. Star
Feb 4, 2005 #2 MikeyP Aerospace Joined Mar 5, 2002 Messages 940 Location GB If your coordinates are in 3 vectors X, Y and Z, then make a new vector of zeros (call it 'A') the same length as X, Y or Z. Then you can plot X, Y, Z; A, Y, Z; X, A, Z and X, Y, A on the same graph. M -- Dr Michael F Platten Upvote 0 Downvote
If your coordinates are in 3 vectors X, Y and Z, then make a new vector of zeros (call it 'A') the same length as X, Y or Z. Then you can plot X, Y, Z; A, Y, Z; X, A, Z and X, Y, A on the same graph. M -- Dr Michael F Platten