%% PLOTTEN

plot (tout, rtge, 'LineWidth',2.5)

xlabel('Zeit [sec]' , 'fontsize',30 ,'FontName', 'Times New Roman' )
ylabel('Abstandsfehler {\it e} [m]' , 'fontsize',30,'FontName', 'Times New Roman' )
set(gca,'FontSize',24,'FontName', 'Times New Roman' )

xlim([70,120]);
ylim([-0.5,2]);

grid on

