This document provides instructions for using MATLAB's PDE Toolbox to solve a 2D parabolic partial differential equation (PDE) describing heat transfer. It describes how to: 1) define the PDE coefficients and boundary/initial conditions graphically; 2) generate a mesh and refine it; 3) compute and plot the numerical solution over time. The toolbox allows defining PDEs, boundary conditions, and initial values to model physical systems and compute approximated solutions using triangular meshes and color plots.