This document introduces new commands in Matlab lesson 3 for creating plots, including plot(x,y) to create Cartesian plots, semilogx(x,y) to plot log(x) vs y, and bar(x) to create bar graphs. It also discusses using titles, labels, text and grids with plots, and describes polar, multiple, and fancy plots using different line styles and point markers. The document concludes with instructions for printing and saving graphic plots.