Your data is in the 2-D array created in the previous assignment. The trick is in getting just the data you want from this array to wire to the graph. First we'll need to transpose the array (i.e. flip the rows and columns around). So begin by selecting the Transpose 2D Array function from the Array subpalette and wire your 2-D array to its input. See what the new array looks like by right-clicking on the output of the Transpose 2D Array function and selecting Create » Indicator. This will make the array appear on the front panel. Resize it to show all four rows. You'll notice that the first row contains the times, the second row the Celsius temps, the third the Fahrenheit temps, and the fourth the Kelvin temps. You can then simply delete the indicator from the front panel. |