legend({'$\epsilon_{\mathrm{rel}}^1$ using cg','$\epsilon_{\mathrm{rel}}^2$ using cg','$\epsilon_{\mathrm{rel}}^1$ using FISTA','$\epsilon_{\mathrm{rel}}^2$ using FISTA'},'Interpreter','latex','Location','northeast')
xlim([dist(1)dist(end)])
ylim([10^(-2)1])
gridon
ax=gca;
ax.FontSize=16;
print../figures/errors_vary_distance.eps-depsc
% Plot of geometry:
...
...
@@ -134,7 +144,7 @@ hold on
% Other kites:
foriteri=1:nr_rep
ifiteri~=3
ifiteri~=7
zhelp=zkite(:,iteri);
paramshelp=[1.5zhelp.'1353];
...
...
@@ -150,7 +160,7 @@ for iteri = 1:nr_rep
end
% Special kite:
zhelp=zkite(:,3);
zhelp=zkite(:,7);
paramshelp=[1.5zhelp.'1353];
[x_kite,~,~,~]=kurve(100,'kite',paramshelp);
...
...
@@ -165,10 +175,13 @@ hold on
title('Geometry and a priori information for varying distance','Interpreter','Latex')
legend({'$\epsilon_{\mathrm{rel}}^1$ using cg','$\epsilon_{\mathrm{rel}}^2$ using cg','$\epsilon_{\mathrm{rel}}^1$ using FISTA','$\epsilon_{\mathrm{rel}}^2$ using FISTA'},'Interpreter','latex','Location','southeast')