10-14-2024 09:14 AM
Établir un VI qui permet de remplir itérativement un tableau 1D dans l'ordre croissant en temps réel toutes les secondes avec des entiers entre 0 et 100."???
Solved! Go to Solution.
10-14-2024 09:44 AM
Qu’avez-vous essayé ? ...
(What have you tried?)
Google translate of question: Establish a VI that allows a 1D array to be iteratively populated in ascending order in real time every second with integers between 0 and 100."???
10-14-2024 09:45 AM - edited 10-14-2024 09:50 AM
@NASSIM18 wrote:
In English: Establish a VI that iteratively fills a 1D array in ascending order in real time every second with integers between 0 and 100."????
We don't do homework. What have you tried and where did you get stuck? Show us your efforts.
You also need to define the problem better, especially the term "between". Are boundaries included?
is it 1..99 (99 points), 0..100 (101 points), or something else? Should the array grow in size or initially be populated with default values (0? NaN?, -Inf? etc.) to be modified?
10-17-2024 07:11 AM
comment afficher des valeur croissante
10-17-2024 07:13 AM
yes
10-17-2024 07:24 AM
Hi Nassim,
@NASSIM18 wrote:
how to display increasing values
Use an array indicator or charts/graphs…
You still have problems to describe your problems with all needed details!
10-17-2024 07:27 AM
how to create AN ARRAY THAT SHOWS INCREASING random VALUE
10-17-2024 07:37 AM
Hi Nassim,
@NASSIM18 wrote:
how to create AN ARRAY THAT SHOWS INCREASING random VALUE
Use a FOR loop, a shift register, a RandomNumber function, an Add, and an autoindexing output tunnel…
What have you tried, and where are you stuck?
We still don't do homework (for free)!