☕
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

Was this helpful?

An Introduction to MATLAB

About this course

This course provides an efficient introduction to MATLAB for graduate students in economics. The goal is to give students the tools they need to solve computational problems typically encountered during their graduate studies and research in economics. The course and this website were developed by Lukas Hoesch and Bjarni G. Einarsson.

The material on this website is supposed to be a study guide that you should work through along the tutorial lectures. The lectures will work through some, but not all of the material presented here. Also, this book is supposed to serve as a reference site that you can use when coding in MATLAB later during your studies.

NextWhere do I start?

Last updated 4 years ago

Was this helpful?