Recent content by Weezix

  1. W

    MATLAB How can I create a 3D plot in MATLAB without connecting points through time?

    Not quite... Ok so say the first row of x and v are [x1,x2...xN] and [v1,v2...vN] respectively. What MATLAB does is at t=0 plot x against v but only as points, not as a curve. At t=1, it plots the second row, again as points, but now joins (x1,v1) from row one, with the (x1,v1) from row two...
  2. W

    MATLAB How can I create a 3D plot in MATLAB without connecting points through time?

    Hi All I am creating a 3D plot in MATLAB using the plot3 command. The 3 variables are time (a tx1 vector), X and V (both txn). When plotting, MATLAB pairs the x and v points on the first row, pairs them up and plots, doing this for every row and connecting through time (i.e. MATLAB draws...
Back
Top