I am having some problems visualizing my data..
It consist of matrix with 3 columns [x y z] each respresenting the position of a datapoint. I have to draw 3 vectors for each data point,
These are stored in same manner as the data. How do i plot the three vectors for each data point? prefferably in plot3.
Solution provided by @Suever and the use of this implementation seemed to resolve my issue.