This document discusses various MATLAB plotting commands and techniques. It begins by explaining how to create basic 2D plots using the plot() command to plot x-y data or a function. It also covers formatting plots by adding titles, labels, legends etc. The document then discusses plotting multiple graphs in the same figure using either the plot() command or hold on/off commands. Finally, it demonstrates how to create multiple subplots on one figure using the subplot command.