I'm working on gathering some data for an experiment I'm doing. Unfortunately the VI I already have doesn't seem to mesh with the intensity graph I need to display.
The x and y coordinates, as well as the value, are stored inside three arrays. Unfortunately X and Y vary quite a lot, and the step size between values has to be variable.
ex.
X
2034
2036
2038
2038
2036
2034
Y
1101
1101
1101
1103
1103
1103
Values
(imagine a random array of values to save screen space)
The X values sweep back and forth, while the Y values simply increase at the boundary conditions of the X values. I've tried a couple things, but I feel all my ideas may be over-complicating the issue.
Any suggestions would be greatly appreciated
Thanks!