Case Study
Numerical Techniques in MATLAB
A personal MATLAB project exploring core numerical methods like regression, differentiation, and integration — built for self-study and shared to help others.
Educational2024
Overview
Role: —
Duration: —
Team size: —
Tech stack
MATLAB
Problem
This repository contains modular MATLAB scripts and functions covering key numerical techniques such as curve fitting (linear, polynomial, universal), numerical differentiation (forward, central, Richardson), integration (trapezoidal, Simpson's rules), solving equations, and ODEs. Inspired by EEE282 at BRAC University, but independently developed for learning and teaching. Each topic is organized in its own folder with reusable code and examples.
Solution
—
Methodology
—
Challenges
—
Outcomes
—