LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3d surface plot

 

To create a graph with circular x and y axes like in the picture below and then divide this circular area into about 10 regions where i can input z values for each region to make them either rise or sink as desired. There aren't many examples available, so i'm seeking assistance.please help

 
 
 
 
 
 
 
 
 
 
 

R.jpeg

0 Kudos
Message 1 of 2
(255 Views)

you will probably need to implement the algorithm yourself.

 

you probably have a 2D array of data, where each circle will be defined by x/y position of the data in the 2D array of data. Then use the 2D array element data to evaluate if it fits your pass/fail criteria

0 Kudos
Message 2 of 2
(210 Views)