Skip to main content

Command Palette

Search for a command to run...

Developed a Quiz Program using MATLAB

Updated
1 min read
Developed a Quiz Program using MATLAB
S

Hi 👋 I'm Sai, a high school student. I love to code. I have been doing so since I was 6! It is a big learning experience. 100% worth learning to program though.

In exploration: Large Language Models (LLM), Natural Language Processing (NLP)

"Measuring programming progress by lines of code is like measuring aircraft building progress by weight." – Bill Gates

Background

From my experience working on MATLAB, I made a Quiz Program.

How it works

This program quizzes you on Math (6 questions), Science (3 questions), Geography (2 questions), English (2 questions), and Technology (9 questions). For a total of 22 questions. It kept track of your score for each subject and at the end graphs them on a bar graph. Keep in mind, that this program isn't its own app it's a MATLAB program that runs in the MATLAB console.

Demo

If you would like to see how it works please watch this YouTube video


Download

To download this quiz program, please make sure to have MATLAB installed. Then go to https://www.dropbox.com/s/g6zycypy9ei6aa2/Project.m?dl=0

My Projects

Part 3 of 4

I will showcase and talk about the projects I have for fun or for a class. They are a multitude of languages such as Python, C#, MATLAB, etc.

Up next

Developed a Quadratic Math App using C# and WinForms

Read this if you are struggling with Quadratics.