A data analyst wants to display four different 2D plots in a single figure window, arranged in a 2x2 grid. After creating the first plot in the top-left position, which command should they use to select the bottom-right position for the fourth plot?
-
A
subplot(2,2,4)
-
B
subplot(4,4,4)
-
C
subplot(2,2,1)
-
D
axes(2,2,4)