LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I draw a sin function graph

i only want to input an x and then sin function caculates its value and send it to graph control.

How can i do it?
0 Kudos
Message 1 of 4
(5,324 Views)
in structure mathemathics u have sin(x) ,use for loop from 1 to 90 degree make array ,give input to graph and charts
0 Kudos
Message 2 of 4
(5,324 Views)
in structure mathemathics u have sin(x) ,use for loop from 1 to 90 degree make array ,give input to graph and charts
Message 3 of 4
(5,324 Views)
Note that the sin(x) function is in radianss. You need to convert it into degrees. To do that please view the attached sample VI I wrote. Good luck!
Message 4 of 4
(5,324 Views)