To plot graphs in MATLAB, you must:
1. Define the range of values for the x-axis variable
2. Define the function as y = f(x)
3. Use the plot command plot(x,y) to generate the graph
MATLAB allows adding titles, labels, grid lines, adjusting axis scales, and plotting multiple functions on the same graph. Subplot allows generating multiple plots in the same figure.