Eval Parsed Formula String VI

Owning Palette: 1D & 2D Evaluation VIs

Requires: Full Development System

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

 Add to the block diagram  Find on the palette
X Values is an array of x values corresponding to the n 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.
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.
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.
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.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
y value is the result of the interpretation process, such as the function value.
error out contains error information. This output provides standard error out functionality.