Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 579 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 579 Bytes

MATLAB Project

This project contains a solution to three MATLAB questions.

📄 Project Structure

  • questions/: Contains the three problem statements as images
  • solution.m: MATLAB code that provides answers to all three questions

🖼️ Questions

  1. Question 1: See questions/question1.png
  2. Question 2: See questions/question2.png
  3. Question 3: See questions/question3.png

🚀 How to Run the Solution

  1. Open solution.m in MATLAB.
  2. Run the file using the Run button or the command:
    run('solution.m')