Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Evil Shadow

Status
Not open for further replies.

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
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top