load terr.data -ascii len=0:length(terr)-1; figure(1); clf reset plot(len,terr,'k-'); grid,title('Error position of the car relative to the track'),ylabel('Error'),xlabel('Frame number'); axis(axis),hold on