User`s guide

Appendix
VEE User’s Guide 517
Clone all of the objects from the first program. Modify the new
set to collect the range into an array. Now, the sine and cosine
functions are run against an array of points, and only plotted
one time. Note the time savings.
Solution—Optimizing Techniques, Step 2
Figure 290 shows a solution to step 2.
Figure 290 Optimizing VEE Programs, Step 2
Key Points
Optimizing with Arrays: Note the increase in performance
between step 1 and step 2 that comes from using arrays.
Whenever possible, perform analysis or display results using
arrays rather than scalar values.
X vs. Y Display: This example uses this display instead of the
Waveform or XY displays, because there is separate data for the
X and Y data.