Write a number guessing game with MATLAB. (1) It welcomes an…

Write a number guessing game with MATLAB. (1) It welcomes and state the range of the target number. It is between 1 ~ 999. You may use randi() where MATLAB generates integer values between a and b. (2) Receive a guess from a user and replies if the guess is larger or smaller than the target number. (3) If the guess is equal to the target number, congratulate the user and ask if the user wants to play again. (4) If yes, repeat, if no, exit.  GuessNumber.jpg