Takes the output of the Parse Formula String VI and fixes input values to calculate function values.


icon

Inputs/Outputs

  • c1ddbl.png X Values

    X Values is an array of x values corresponding to the n Variables.

  • c1dstr.png Variables

    Variables is an array of strings representing the n independent variables of the given formula. There is a one-to-one relation between Variables and X Values.

  • ccclst.png Parsed Formula

    Parsed Formula can be wired directly from the corresponding output of the Parse Formula String VI.

    Parsed Formula is a cluster containing the following parameters.

  • c2di32.png Table

    Table is a 2D array with 3 columns. The first column contains a code that stands for the operator. The other two columns contain codes that stand for the operands.

  • c1ddbl.png Y Values

    Y Values is a 1D array of numbers representing a storage of detected and analyzed numbers of the formula input of the Parse Formula String VI.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • idbl.png y value

    y value is the result of the interpretation process, such as the function value.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.