Concept Flow - contour plots
Define grid points X, Y
Calculate Z = f(X,Y)
Call contour(X,Y,Z)
MATLAB draws contour lines
Display plot with contour levels
Contour plots show lines connecting points with the same value on a 2D grid. We create X and Y grids, compute Z values, then draw contour lines.