VECTORS & MATRICES: This details how to construct simple vectors and matrices in MATLAB, introducing concepts to be used throughout the course.
 
MATLAB COMMANDS
n/a
MATLAB CODE
 
 
 
 
LOGIC, LOOPS & ITERATIONS: Simple or complex codes are based upon logic principles of IF statements and FOR loops. We introduce both of these coding building blocks in this lecture.
 
MATLAB COMMANDS
IF ELSEIF FOR
MATLAB CODE
 
 
 
 
PLOTTING & IMPORTING/EXPORTING DATA Visualization of results and storing/retrieval of data are important for almost all coding applications. We demonstrate how to use these programming structures in this lecture.
 
MATLAB COMMANDS
PLOT SAVE LOAD
MATLAB CODE