This document provides an outline and overview of key topics covered in Lecture 5 of the MIT course 6.094 Introduction to Programming in MATLAB, including:
(1) Symbolic math toolbox for symbolic rather than numeric calculations, including symbolic variables, expressions, and operations.
(2) Simulink for designing and simulating dynamic systems using a graphical block diagram interface and library of blocks.
(3) File input/output for importing and exporting data to and from text and Excel files.
(4) Graphical user interface development using the GUIDE tool to visually design and program GUIs for MATLAB applications.