Calculates the values of a 1D function given by a formula at equidistant points in an interval.
![]() | Note You can directly connect the (X Values, Y Values) array to a graph indicator to see the result of this VI. |

![]() |
number of points is the number of all calculated points. The independent variable is split into equidistant subpoints. The default is 10. |
![]() |
start is the start point of the interval. The default is 0.0. |
![]() |
end is the end point of the interval. The default is 1.0. |
![]() |
formula is a string describing the function under investigation. You can use any valid symbol as the variable name. Refer to Formula VI Variables for valid symbols. |
![]() |
X Values is the array of equidistant points between start and end. |
![]() |
Y Values is the array of function values from the corresponding points of X Values. |
![]() |
ticks is the time in milliseconds to analyze the formula and to produce the X and the Y array. |
![]() |
error returns any error or warning condition from the VI. |