Write MATLAB scripts for the following:
a. To accept two numbers from the user; Display all prime numbers between these two numbers.
b. To accept two numbers from the user and display perfect numbers between these two numbers.
c. To display Armstrong numbers from 100 to 999 inclusive.