What is MATLAB?


  • MATLAB is used in many fields and can be used to analysis, process, model and much more

Matlab Layout


  • The MATLAB interface is very customisable, adjust it to suit you
  • Use the command window for quick tasks like exploring data, testing, etc.
  • Use the editor for developing code you want to persist between sessions

Creating Variables


  • Variables are the main way we access and use data in MATLAB
  • Variables can store many types of data including multidimensional data
  • Creating multidimensional arrays is done with square brackets

Working with Variables


  • Use functions to create, edit and operate on variables
  • Operations are used to perform simple mathematical functions
  • help and docs are valuable tools for understanding functions