From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Generate array of n ramdom numbers and create a second array in ascending order

Im new to labview and i need help with d6.6 in labview 2009

 

Create a vi the generates N random numbers, where N is a user input. Display the N random numbers in an array, and in a second array display the same random numbers in ascending order 

 

thank you for any and all help

0 Kudos
Message 1 of 5
(3,144 Views)

We won't do your homework for you.  So please tell us where you are stuck.

 

You can use the Random Number in a FOR loop to generate your initial array and then use Sort 1D Array to get a sorted array.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(3,141 Views)

Im not looking for someone to do my homework. I just would like some help. To give me like a hint or a small push in the right direction. Or even link to sites or video anything will help

0 Kudos
Message 3 of 5
(3,113 Views)
You were given everything except the actual code.

There are several tutorials here. Did you do a search?
0 Kudos
Message 4 of 5
(3,106 Views)

crossrulz has already told you what to do , you just need to use random number function present in functions palette with for loop, you can search how to make array using for loop and then simply use Sort 1D Array function( present in functions palette) as crossrulz told to display numbers in ascending order.

0 Kudos
Message 5 of 5
(3,100 Views)