☕
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?

  1. 3. Data, Graphics & Reporting

Intro to Data, Graphics & Reporting

In this chapter we will dive into working with datasets in MATLAB and creating publication-ready graphs.

PreviousApplied ExercisesNextWorking with Datasets

Last updated 5 years ago

Was this helpful?

We will start by learning how to import .csv and .xls files into MATLAB

Then, we will discuss the basic features of MATLABs extensive graphical capabilities by learning how to create basic graphs and solving some of the typical issues encountered when exporting graphs for including it in your publications.

Working with Datasets
Creating Graphs