Skip to content

Level 1 · Entry Foundations

Goal: get comfortable reading and writing MATLAB, understand its core matrix-first data model, and ship a small working data-analysis-and-plotting script.

Modules

  1. What Is MATLAB?
  2. Variables & Basic Data Types
  3. Vectors & Matrix Operations
  4. Control Flow
  5. Functions in MATLAB
  6. Plotting & Visualization Basics
  7. Working with Data Files
  8. String & Text Processing
  9. Basic Numerical Methods
  10. Project — Data Analysis & Plotting Script

By the end of this level you'll be able to write scripts that build and manipulate matrices, control program flow, define your own functions, read data from files, and produce a labeled plot summarizing a real dataset.