Please Solve the following in MATLab Write a script that pro
     Please Solve the following in MATLab:  Write a script that prompts the user to input the day, month, and year; determine the day of the year (the number of days including the current day). Be sure to take leap year into account. Use a for loop Test your code on the following dates:  February 28, 2015  April 9, 1976  October 12,1887  Create a script that performs the same function as repmat, The only built-in commands you may use are input, size, and disp. 
  
  Solution
a) no. of dayss = 28 days
b) input= 4
size= 24
disp = 36
repmat = 36 + 24 = 60

