03-17-2015 12:14 PM
i have the values of distance and phase,but i am not able to get the polar graph as desired.can u help in converting it into the required form
03-17-2015 12:19 PM
Can you provide what you have? There are examples in the NI Examples finder.
03-17-2015 12:35 PM
we have tried that.but we werent getting the output.i am attaching the code that we are using.here "d1" is the distance and "teetha" is the angle.we want to draw polar plot by combining these two
03-17-2015 12:54 PM
You have attached a screen shot which is not very helpful (I won't code this 🙂 ). So you were not getting any output at all? Did you validate that your data is valid prior to display in the polar plot?
Michel
03-17-2015 09:39 PM
I agree with Michel that first we need to know if the output data is valid.
If your R and Theta values are what you expect them to be, you should be able to just use the Polar to Re/Im function in LabVIEW and just bundle them into an XY Graph.
http://zone.ni.com/reference/en-XX/help/371361L-01/glang/polar_to_re_im/
If the graphing the function is the hard part it would be nice to see the part of your code where you graph your outputs instead of only producing the data (it would be best to attach the VI though).