subplot 211 plot(t,x(:,1)) xlabel('TIME (SECONDS)') ylabel('X_1(t) (METERS)'); grid on; subplot 212 plot(t,x(:,2)) xlabel('TIME (SECONDS)') ylabel('X_2(t) (METERS)'); grid on;