xyz-positions specified as a vector or matrix of [x y z] vectors. ... can i get a time varying trajectory for an aerial vehicle in 3d (6 dof motion- x,y,z,phi,theta,psi)? I'm attempting to do this in Matlab, but the question is more general than that. I'm trying to plot the position of an object in 3D space (x, y and z co-ordinates) over time so that I can make predictions of the path the object might take. 3D trajectories plot. I have trajectory information in 3 dimensions in matlab. We were asked to plot the trajectory of a diver off a diving board, and I am having trouble getting my graph to publish for this problem. Each row represents a new frame to plot with a corresponding orientation in rotations.. Example: [1 1 1; 2 2 2] . 3d trajectory plot. These are of a gesture someone is making. You could also use the comet3() package, which animates the trajectory through the plot: delay = 0.001 % seconds figure comet3(r.*sin(t), r.*cos(t), z, delay); This animates a continuous trajectory which I prefer over a discrete sequence of *'s. Learn more about ode45 . Whether it's for research, a school assignment, or a work presentation, 3-D plots are great for visualizing what a complicated set of data looks like. I'm using plot3 but just getting a line plot - see attached pdf with images of what I'm getting using plot3 and what I … However, the trajectory is a line in the plot, but I don't know in which direction the gesture has been made as … I was under the impression frame1 and frame2 contained just as many points, so that frame1(1,:) gives the coordinates of the same point as frame2(1,:) , just at different times. Even helical is fine. As I want to create the trajectory for every 3D point through a number of frames – Tak Sep 2 '13 at 12:42 @user1460166: OK, seems you have to explain a bit more. Learn more about data, time series, 3d MATLAB How to Make 3D Plots Using MATLAB. How to make the dataset of 3D trajectory? Learn more about 3d plots . Learn more about 3d trajectories, 3d plot . When I connect the points in matlab by using plot3, I can see the trajectory nicely. Matlab's integrators cannot handle discontinuities. I have the equation for the z axis and the x axis as an array. I have 3D trajectory data (x, y, z coordinates) which I would like to visualise as a volume plot. i try to plot a trajectory in 3d , i write the command & execute it then the program draw it in 2d but when i identify a point i find it 3d , can any one help me to realise the 3d view of the particle trajectory … Im trying to create a 3d plot of 10 trajectories. 3D Trajectory using ode45. Animating a simple 3D trajectory. You will get a final position, but from the viewpoint of a scientific application of numerical methods, this is not a trustworthy result. Learn more about animation, plotting, 3d, trajectory, pause MATLAB and Simulink Student Suite I'm finding it hard to visualise how this would work.