Question: Write a program that generates 20 random numbers by using a FOR loop and displays this data on a Waveform Graph. You will have to
- Write a program that generates 20 random numbers by using a FOR loop and displays this data on a Waveform Graph. You will have to build an array where a vector of the 20 random numbers generated are row 1 and a vector, starting with the number 1 and has 20 elements from 1 to 20, is row 2. Therefore, your first row will be comprised of your random number data, and the second row will be a data series that increases by 1s all the way to the value 20. To create the 2x20 array of values, you will use the LabVIEW Build Array node. This array should be sent to an Excel Spreadsheet file. Part of the assignment is to use Context help to figure out how to use Build array and options for writing to an Excel Spreadsheet to accomplish this task.
I need help with this, this is for LabVIEW. I understand what it wants me to do, but I don't know the program well enough to accomplish the task. Could you please help me and provide a detailed explanation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
