This project contains a solution to three MATLAB questions.
questions/
: Contains the three problem statements as imagessolution.m
: MATLAB code that provides answers to all three questions
- Question 1: See
questions/question1.png
- Question 2: See
questions/question2.png
- Question 3: See
questions/question3.png
- Open
solution.m
in MATLAB. - Run the file using the Run button or the command:
run('solution.m')