This example shows how MATLAB controls and formats plot axes step-by-step. First, it creates x and y data for a sine wave. Then it plots the data. Next, it sets the x-axis limits from 0 to 2*pi and y-axis limits from -1 to 1 to focus the view. After that, it customizes the x-axis ticks to appear at 0, pi, and 2*pi, and replaces their numeric labels with symbolic strings '0', 'π', and '2π'. Finally, it adds labels to the x and y axes and a title to the plot. The execution table traces each step, showing how variables and properties change. Key moments clarify why labels change and how axis limits affect the plot. The quiz tests understanding of tick values, title placement, and label defaults. This visual trace helps beginners see exactly how MATLAB commands shape the plot's axes and appearance.