09-07-2010 05:26 AM
Hi everyone,
Right now I'm looking for a way to remap the coordinates in an intensity graph to polar coordinates. I looked everywhere and it seems that there's no solution inside LabView.
Someone able to open my eyes?
Thanks in advance!
09-07-2010 08:47 AM
What type of data are you attempting to plot - points, arrays, etc? For simple systems, an r,θ to X,Y conversion before graphing would work. For more complex things, you may need something else.
Note that you can probably use the Polar to Re/Im primitive to convert from r,θ to X,Y coordinates.
09-07-2010 08:51 AM
Thanks for your reply.
It's a 2-D-Array, which I'd like to do some IMAQ-operations afterwards.
As the intensity graph automatically assumes the indices in both dimensions as the respective x and y coordinates, my hands are bound...