LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

polar plots

hi there
i am simulating air gap mf waves for single phase induction motor.
I have the simulation in MATLAB code. Using the code, i have managed to create a LABVIEW file.
The only problem i face is creating a polar plot.
 
How would i implement the folowing equation:
 
polar(theta, F)
 
where theta and F are constatnts.
 
An early reply is highly appreciated.
0 Kudos
Message 1 of 2
(2,608 Views)

LabVIEW has a polar plot indicator based on a picture indicator. Search your palette and check the online help for it.

There are many other possibilities, for example you could express your data as an array of complex number and plot it directly on an xy graph.

0 Kudos
Message 2 of 2
(2,605 Views)