function replace this text with your function definition line
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Course Number: ENGR 13300
% Semester: e.g. Spring 2025
%
% Function Call:
replace this text with a comment that states the function call
%
% Input Arguments:
replace this text with a commented list of the input arguments
%
% Output Arguments:
replace this text with a commented list of the output arguments
%
% Description:
%     Replace this line with a description of your program.
%
% Assignment Information:
%     Assignment:     e.g. 14.2.1 MA1 Team 1 (for MATLAB 1 Team task 1)
%     Team ID:        ### - ## (e.g. LC1 - 01; for section LC1, team 01)
%     Author:         Name, login@purdue.edu
%     Date:           e.g. 03/24/2025
%
% Contributor:
%     Name, login@purdue [repeat for each]
%
%     My contributor(s) helped me:
%     [ ] understand the assignment expectations without
%         telling me how they will approach it.
%     [ ] understand different ways to think about a solution
%         without helping me plan my solution.
%     [ ] think through the meaning of a specific error or
%         bug present in my code without looking at my code.
%     Note that if you helped somebody else with their code, you
%     have to list that person as a contributor here as well.
%
% Academic Integrity Statement:
%     I have not used source code obtained from any unauthorized
%     source, either modified or unmodified; nor have I provided
%     another student access to my code.  The project I am
%     submitting is my own original work.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

did you complete the assignment information? delete this line if yes

%% ____________________
%% INITIALIZATION

%% ____________________
%% CALCULATIONS

%% ____________________
%% FORMATTED TEXT & FIGURE DISPLAYS

%% ____________________
%% COMMAND WINDOW OUTPUT
