plot a sin function in labview

Published: by

final project

This is a link exe and project file. Kramdown Overview Kramdown Overview

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.

  1. because the step for x would be smaller, so we have more x (and y) in a specific area.