Question: This is a MATLAB program It is desired to create a mortgage estimator by writing a program containing a function. The user inputs the amount
This is a MATLAB program

It is desired to create a mortgage estimator by writing a program containing a function. The user inputs the amount of loan (L), the loan term in number of months (W, and the annual interest rate (D in the script. The script then makes use of a function that accepts these values as inputs through its argument and calculates and returns the monthly payment and the total payments over the life of the loan. The monthly payment and the total payment could be calculated using the following expressions: monthly payment 1-(1+ 1 112) N I/12 total payment Nxmonthly payment Note that the interest rate must be expressed in decimal; for example, if the interest rate is 8% it must be entered as 0.08 Test your program for several scenarios and submit the results with the program listing. The values of L, I, monthly payment, and total payment should be written to a file as shown below: Loan Amount Interest Months Monthly Payment Total Payment 0.06 10000 36 108 120000 0.05 0.07 85000 48 257000 0.08 240 320000 120 0.05
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
