plot a sin function in labview
final project
This is a link exe and project file.
details
- 'I' in for loop produces x for sin(x).
- multiplying 'I' in a low double number gives us a high-resolution plot.(think why?1)
- sin in labview uses radian, so I changed it to degree.
-
delay in for loop would help us to see the plot.
-
because the step for x would be smaller, so we have more x (and y) in a specific area. ↩