Question: MATLAB PLEASE DO.IT Part 2: MATLAB Exercise 1 (50 pts) Write a program that converts a numerical date given by the user into a month,

MATLAB PLEASE DO.IT
Part 2: MATLAB Exercise 1 (50 pts) Write a program that converts a numerical date given by the user into a month, day, and year. Specifically, the user should input a sequence of eight numbers, for example "09082018" and the program should print out the same date in complete format. In this example it would print "The date is September 8th, 2018". Notice the "th" addition after the day. This changes depending on the number. Make sure this feature is included. MATLAB has built-in date conversion functions. You cannot use them in this exercise. HINT: It may be useful to know you can convert from string to numbers and back using the functions num2str and str2nunm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
