Question: TASK 6(10 marks ) Write a Matlab program using a script file and a switch statement that will exhibit the name of the month according

TASK 6(10 marks ) Write a Matlab program using a script file and a switch statement that will exhibit the name of the month according to the number enter by the user. For example, if the user declare 4 , it will state the month of April. You can use the command syntax of below to ask the user entrance: month = input('Enter month number: '); And the command syntax of below to display the associated month: gisp('April') Answer (show your MATLAB script editor and the output): TASK 7 - (10 marks): Write a Matlab program using a script file and for statement that will compute the sum for the numerical series stated in the equation of below. 3x2+3x2,wherex=1,2,3 Answer (show your MATLAB script editor and the output)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
