☕
An Introduction to MATLAB
  • An Introduction to MATLAB
  • Where do I start?
  • 1. Crashcourse
    • Intro to Crashcourse
    • Graphical User Interface
    • Essential commands
      • Matrix Input and Access
      • Matrix Algebra
      • Logical Operations
    • Best practices
    • Self-Assessment
    • Applied exercises
  • 2. MATLAB Programming
    • Intro to MATLAB Programming
    • Programming Fundamentals
    • Conditions
    • Loops
    • Custom Functions
    • Debugging
    • Applied Exercises
  • 3. Data, Graphics & Reporting
    • Intro to Data, Graphics & Reporting
    • Working with Datasets
    • Creating Graphs
    • Applied Exercises
  • 4. RNGs & Simulations
    • Intro to RNGs & Simulations
    • Random Number Generation
    • Monte-Carlo Simulations
    • Applied Exercises
  • 5. Numerical Methods
    • Intro to Numerical Methods
    • Numerical Optimization
    • Numerical Solvers
    • Applied Exercises
Powered by GitBook
On this page
  • What describes you best?
  • New to MATLAB and programming
  • New to MATLAB but knows other programming languages
  • Worked with MATLAB, but needs a refresher course
  • Comfortable programming with MATLAB

Was this helpful?

Where do I start?

This guide helps you to decide how to start using the course material depending on your prior experience with MATLAB and other programming languages.

PreviousAn Introduction to MATLABNextIntro to Crashcourse

Last updated 5 years ago

Was this helpful?

What describes you best?

New to MATLAB and programming

If you have no prior knowledge of MATLAB or other programming languages you should start by carefully working through the Crashcourse.

Before you continue with the other material, make sure you pass the self-assessment and solve the applied exercises provided in the Crashcourse.

New to MATLAB but knows other programming languages

Work through the Crashcourse, mostly focusing on the essential commands section, then pass the self-assessment test and study the applied exercises.

Worked with MATLAB, but needs a refresher course

If you have worked with MATLAB before, you probably want to try the self-assessment of the crashcourse first and then continue with the programming section of the course.

Comfortable programming with MATLAB

You are probably already familiar with most of the material on this page. However, you might want to browse through some of the material in the special topics section or use this page as a reference in your day-to-day MATLAB programming tasks - the search function in the top left corner is very useful for this.

Intro to Crashcourse
Self-Assessment
Applied exercises
Essential commands
Self-Assessment
Applied exercises
Self-Assessment
Intro to MATLAB Programming
Intro to Data, Graphics & Reporting
Intro to RNGs & Simulations
Intro to Numerical Methods