Question: Matlab The test suite generates a random number and assigns it to the variable RandomNumber. Write a script that checks if the value assigned to

Matlab
The test suite generates a random number and assigns it to the variable RandomNumber. Write a script that checks if the value assigned to RandomNumber is between 0 and 10 (consider values of exactly 0 and exactly 10 to be in range). If the value is in this range, assign the string "The number is in range." to the variable CheckRange. If the value is not in this range, assign the string "The number is out of range." to the variable CheckRange
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
