Question: loads/assign04%20(1).pdf Gmail YouTube Maps Canvas B Exam Norton InQuizitive Program Assignola.m Write a MATLAB script file that uses principal (or amount), rate of interest, and
loads/assign04%20(1).pdf Gmail YouTube Maps Canvas B Exam Norton InQuizitive Program Assignola.m Write a MATLAB script file that uses principal (or amount), rate of interest, and time to compute and display the simple interest with appropriate labeling. Ask the user to enter the rate within requested range, continue ONLY if rate is within ang Ask the use for the principle amount and number of years. Problem CONSTANTS: with units) none Problem Input (with units) principle entered by user dollars interest rate entered by user percent time entered by user Problem Outputs with units) simple interest dollars Other varies (with units) minimum and maximum rates percent Equation: See above Algorithm: See green comments below. Type the green comments as GIVEN in the editor window and use as a guide for typing the MATLAB statements Run output: Start your program file by typing the following into your empty editor window. Type yours your group and other required information comments Type the algorithm is below as comments to guide you when writing the MATLAB instructions to do the tasks to solve the given problem. Below the comment, type the MATLAB statement(s) that o what the comment says. This example should help. NO error checking. Do not use commands and statements beyond what has been taught on class Do not use commands and statements in assignol until they have been discussed in class submitter's name, GROUP # or none other group members' names or none program file name due date of the assignment statement(s) about collaboration. See syllabus for examples. a short narrative about what the file does New commands: if...else to check for error relational, logical operators num2 str() Continue input format bank, compact disp() clc, clear all format bank format compact - INPUT - #ask user to enter the minimum and maximum interest rates #ask user to enter interest rate range and rate within range ZERO POINTS for variables if instructor rules not followed and code clarity of instructions are not followed if rate not within the rate range, display message and and execution rate is good # get principle and time See rubric. ... COMPUTE - * compute simple interest ($) . .. OUTPUT #display principle, tine, rate and interest with labels on same line loads/assign04%20(1).pdf Gmail YouTube Maps Canvas B Exam Norton InQuizitive Program Assignola.m Write a MATLAB script file that uses principal (or amount), rate of interest, and time to compute and display the simple interest with appropriate labeling. Ask the user to enter the rate within requested range, continue ONLY if rate is within ang Ask the use for the principle amount and number of years. Problem CONSTANTS: with units) none Problem Input (with units) principle entered by user dollars interest rate entered by user percent time entered by user Problem Outputs with units) simple interest dollars Other varies (with units) minimum and maximum rates percent Equation: See above Algorithm: See green comments below. Type the green comments as GIVEN in the editor window and use as a guide for typing the MATLAB statements Run output: Start your program file by typing the following into your empty editor window. Type yours your group and other required information comments Type the algorithm is below as comments to guide you when writing the MATLAB instructions to do the tasks to solve the given problem. Below the comment, type the MATLAB statement(s) that o what the comment says. This example should help. NO error checking. Do not use commands and statements beyond what has been taught on class Do not use commands and statements in assignol until they have been discussed in class submitter's name, GROUP # or none other group members' names or none program file name due date of the assignment statement(s) about collaboration. See syllabus for examples. a short narrative about what the file does New commands: if...else to check for error relational, logical operators num2 str() Continue input format bank, compact disp() clc, clear all format bank format compact - INPUT - #ask user to enter the minimum and maximum interest rates #ask user to enter interest rate range and rate within range ZERO POINTS for variables if instructor rules not followed and code clarity of instructions are not followed if rate not within the rate range, display message and and execution rate is good # get principle and time See rubric. ... COMPUTE - * compute simple interest ($) . .. OUTPUT #display principle, tine, rate and interest with labels on same line
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
