This document discusses how to define and plot piecewise functions in Matlab without using loops. It explains that a piecewise function is made up of multiple subfunctions, each applying to an interval of the main function's domain. It provides an example of a 4-interval piecewise function and shows how to define it in Matlab using specially selected indices and the "find" function to assign values based on the interval. Defining the piecewise function this way allows it to be plotted vectorized, without scalar values or iterations.