class="resources" 1D Linear Evaluation - LabVIEW 7.1 Help - Support - National Instruments
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

1D Linear Evaluation

Performs a linear evaluation of the input array X, using scale and offset. Details  

X consists of the input array.
scale is the multiplicative constant.
offset is the additive constant.
Y[i]=X[i]*a+b returns the result of the linear evaluation of X.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

1D Linear Evaluation Details

The VI calculates the output array Y[i]=X[i]*a+b using the following equation.

Y = aX + b

where a is the multiplicative scale constant and b is the additive constant offset.


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit