Question: PLEASE USE MATLAB The 4 different user defined functions are: OBJECTIVE: Complete the Loan GUI that takes three user inputs from editable text boxes, solves
PLEASE USE MATLAB



The 4 different user defined functions are:


OBJECTIVE: Complete the Loan GUI that takes three user inputs from editable text boxes, solves for the missing value, and displays it in the empty box TASKS: You will need your 4 different user-defined functions created for Task 2. You may add them to the bottom of the GUI function file, or you may simply make sure that they are saved in the same directory in which the GUI is saved Add code to the "Calculate" button 1. 2. Obtain the values from the editable text boxes. Determine if there is sufficient information from the user a. b. i. If less than three of the boxes are filled then give an error message to the user ii. If all 4 boxes are filled then give an error message to the user c. If three boxes are filled, call the correct user-defined function with the given inputs to calculate the missing value Display the calculated result in the empty editable text box. d. 3. Add code to the "Clear All" button that will reset all the text boxes 4. Add code to the "Exit" button that will clear everything and close everything. Hint: GUI's are figure windows in MATLAB
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
