05-08-2013 09:38 PM
Hi, I am looking for solution to the above posted problem. I've been researching and all the results yields by using "Draw Circle by radius.vi" but i would like it to be shown on a XY Graph that has multiple circles with different radius (sort of like a Bull's eye).
I also found a alternative solution with the for loop that has "PI" multiply with the loop iteration divided by 50 and the values are passed through Sine and Cosine functions with it bundled to be displayed on XY Graph. But i have no idea how to control the radius to make it smaller or bigger.
Help Please 😄
Solved! Go to Solution.
05-08-2013 09:47 PM
We can't help unless you post what you have done so far.
05-08-2013 10:00 PM
This is my progress.
My project is supposed to recieve coordinates data serially and plotting on a graph for a hospital test by using Gyro and Accelerometer.
05-08-2013 10:03 PM - edited 05-08-2013 10:03 PM
Double-posted
05-08-2013 10:08 PM
The outputs of sine and cosine are going to give you a circle of radius 1. If you want a different radius, then you need to multiply those outputs by your desired radius.