09-04-2009 07:55 AM
Hi
Another question with arrays and clusters. I have three motors thatI move along XYZ and then measure something. I need to plot on 3D the result of the measurement. How do I plot the real positions XYZ and data and not the index of the array ?(i don't know actully how to build the 2D matrixes forX, Y and Z). In the figures I give an example of what I need.
Regards
Solved! Go to Solution.
09-04-2009 08:08 AM
You will have to break the data out of the cluster and present them to the 3d Graph a seperate arrays for X,Y,Z, and W where "W" is your measured values from the locations described by X,Y,Z.
This thread shows how to plot readings in 3-space. The following image shows the data the original questioner wanted to plot.
Have fun,
Ben
09-04-2009 08:51 AM