Chapter 4 185
Analyzing and Displaying Test Data
Creating Expressions with the Formula Object
8. In the Formula object, add an output terminal. Rename the output
terminals
B and C. Connect output terminal B to one of the
Alphanumeric objects, and output terminal C to the other
Alphanumeric object.
9. Run the program. It should look like Figure 4-8.
Figure 4-8. VEE Functions Using One Formula Object
On Your Own
Complete the following exercises and check the results as shown in Figure
4-9.
1. Create an array of numbers from 1 to 2048 using the
ramp object in the
Generate category of Built-in Functions. Calculate the standard
deviation of this array and display it.
2. Do the same exercise described in the previous step, using the
ramp()
function in a Formula object instead of the ramp object.
3. Do the same exercise described in the previous step by nesting the
functions. Use only two objects.