Introduction Course to LabVIEW|| Lesson 4: Strings

preview_player
Показать описание
Welcome to my new LabVIEW series. In it I will be covering the basics to programming in LabVIEW. This fourth lesson will cover the basics of strings.

Please do not forget to like and subscribe for more content like this!

-~-~~-~~~-~~-~-
Please watch: "Introduction Course to LabVIEW|| Lesson 8: Case Structures & Seven Segment Displays"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Hey mate, there is an error in your exercise - the task was random 1-5, you did 0-5 with a lower chance to get 0 or 5 ;)

To get a 2 with round(random * 5), random should be 0, 3 - 0, 4999.
To get a 5 with round(random * 5), random should be 0, 9 - 1.

The correct way would be: round(random * 5 + 0, 5), So the range before round is 0, 5 - 5, 5.
(Not completely correct, because there is a really really tiny chance of getting a 5, 5 rounded to 6)

Thanks for the video

jforce
Автор

Why does your audio sound different every exercise?

jamesyount
Автор

Hey mate, there's an error in your exercise - the task was random 1-5, you did 0-5 ;) Also: neat series, thanks for that :D

SVVV
Автор

Isn't there a random number generator that can generate a number from a given lower and upper range ?

gayathri
join shbcf.ru