Question: Write a LabVIEW program that performs the following tasks: 1 . Generate 3 one - dimensional arrays from the given file input _ file.csv:a .
Write a LabVIEW program that performs the following tasks:
Generate onedimensional arrays from the given file inputfile.csv:a Using the number alphabet column, programmatically generate onedimensional by splitting each cell into its letter and number component. For example, the first values are ABC etc... Split this into a number array and an alphabet array A B Cb Using the numbers given in the Highlow sort column sort them by the alternating high low count. For example, the array would sort with the highest number first followed by the lowest number and then the next highest number and the next lowest number Keep repeating this process until all the numbers in the given array are sorted in a onedimensional array.
Generate onedimensional arrays of numbersletters whose size is programmatically determined by the number of elements in the given file inputfile.csv:d An array that follows the recursive equation: Given the initial conditions A A and Ae An array of Random integers to that is evenly divisible by four. ief An array of strings that follows the patter: A B C A B C Ag An array that counts by pattern: Programmatically form twodimensional array from the above onedimensional arrays AG or as many as the program has generated. Display this twodimensional array on the front panel in columnar format with headers Alphabet Number count from file, Highlow sort, recursive, random divisible by letternumber count, count
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
