This document introduces basic commands and concepts in Matlab, including how to define matrices and their elements, perform operations on matrices, and save workspaces. It provides examples of defining row vectors, column vectors, and multi-dimensional matrices. It also demonstrates using semicolons to define matrices that span multiple lines, line continuation with ellipses, and accessing individual matrix elements. Finally, it lists 10 practice problems for the reader to define matrices in Matlab and check their results.