The data I want to plot comes from three analog input voltage channels. The first two voltages indicate the X and Y location of the third value which is the Z (intensity) voltage data. All data are float data type. The CVI function that plots intensity data on a graph requires the data to be in a three dimensional array format, where X and Y position values are integer indexes into the 3D array of intensity values. Is there a (practical) way to plot my data on a CVI intensity graph?
↧