01-22-2010 04:20 PM
Hi all. I have 3D data (series of x,y,z points) which I'd like to plot as a surface. The form of my data is 1D arrays of X,Y and Z.
The problem I'm having is I'm unsure how to form the z-matrix, which needs to be a 2D array.
I've looked at the shipped examples (all based on the same VI) and it's still unclear. There is no detailed Context help for 3D graphs, only the statement in the second sentence shown in the picture.
Can anyone help to explain to me how to form the 2D z-matrix? Thanks.
01-25-2010 12:29 PM
Probably the best way to visualize what the inputs mean is to just run a few simple test inputs to the Plot Helper VI and watch how it plots.
01-31-2010 10:28 PM
I figured it out.
There needs to be more (there is none) documentation.
01-14-2016 12:31 PM
So, what is it that helped you figure it out? I am trying to visualize what the Z-matrix corresponds to, but I can't see it. And sometimes, the explanation on LabVIEW help doesn't "explain", it just expands on the label. Are there any other resources on this?
01-14-2016 03:34 PM
the easy way is that you regard your x and y as index of 2d array and z as value of this matrix
so then plot is easy just wire z matrix it will be work