LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

polar plots

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

0 Kudos
Message 1 of 5
(2,954 Views)

Can you provide what you have? There are examples in the NI Examples finder.

 

polar.png

0 Kudos
Message 2 of 5
(2,948 Views)

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

0 Kudos
Message 3 of 5
(2,932 Views)

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

0 Kudos
Message 4 of 5
(2,921 Views)

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).

Matt J | National Instruments | CLA
0 Kudos
Message 5 of 5
(2,887 Views)