03-18-2009 04:21 AM
I am having a 2d array with some values zero and others with complex numbers.
Suppose that the Rows denots "r" and columns "theta". I need to plot a polar plot for it. It should be like this, for example the 2D array have a complex value at index(2,1), then a point in the polar plot will be on an angle that is 2 times T and at a distance 1 times R. where T =2 and R=1.2. So on for all the values in the 2D array.
i.e create a polar plot with points from the index of 2d array. How is it possible??
After plotting the polar plot, i need to create a surface above the polar grid which is at a distance that is equal to the corresponding values in the 2d array.
See the attched VI
Thankss
03-18-2009 09:53 AM
03-18-2009 09:58 AM
03-18-2009 10:07 AM
03-18-2009 10:13 AM
03-19-2009 06:28 PM
iHello smercurio…
I tried to put them in a for loop and bundle.. but didnt work.. can u suggest soemthin?
03-20-2009 09:37 AM