Video and Webinar Series

Managing Code in MATLAB

Learn basic MATLAB coding techniques. This video series shows you how and why to create various types of MATLAB scripts and functions.  

How to Create a MATLAB Script This video will show how and why you write script files in MATLAB.

How to Create a Script Using the Live Editor in MATLAB Learn how to create and use MATLAB scripts in the Live Editor.

What are Functions in MATLAB Learn what functions are in MATLAB.

Using MATLAB Functions Learn how to use functions in MATLAB.

Functions with Multiple Inputs or Outputs Learn how to create MATLAB Functions with multiple inputs or multiple outputs.

Functions of Variable Numbers of Inputs and Outputs This video will allow you to do input parsing so that you have the ability to overload functions, meaning allow them to react differently to different inputs.

Using Subfunctions and Nested Functions Learn how to use subfunctions and nested functions in MATLAB.