Skip to content
Snippets Groups Projects
Commit 4599e2e0 authored by Lisa Schätzle's avatar Lisa Schätzle
Browse files

Update figure_2_2.m

parent 630b84f6
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ parkite = [1.5 .65 4 8 45 1]; ...@@ -17,7 +17,6 @@ parkite = [1.5 .65 4 8 45 1];
zkite = [4;8]; zkite = [4;8];
Rkite = [2.2]; Rkite = [2.2];
%% %%
s = [50 50 550 550]; s = [50 50 550 550];
...@@ -52,19 +51,17 @@ set(gca,'YTick',[-30 -20 -10 0 10 20 30]); ...@@ -52,19 +51,17 @@ set(gca,'YTick',[-30 -20 -10 0 10 20 30]);
grid on grid on
xlabel('$m$', 'Interpreter', 'LaTex', 'Fontsize', 15) xlabel('$m$', 'Interpreter', 'LaTex', 'Fontsize', 21)
ylabel('$n$', 'Interpreter', 'LaTex', 'Fontsize', 15) ylabel('$n$', 'Interpreter', 'LaTex', 'Fontsize', 21)
axis square axis square
colorbar colorbar
title('Expansion coefficients $(|a_{m,n}|)_{m,n}$', 'Interpreter', 'Latex') title('Expansion coefficients $(|a_{m,n}|)_{m,n}$', 'Interpreter', 'Latex')
set(gca,'Fontsize',15) set(gca,'Fontsize',15)
set(gca,'YDir','normal') set(gca,'YDir','normal')
print ../figures/figure_exp_coeff.eps -depsc print ../figures/figure_exp_coeff.eps -depsc
%% %%
...@@ -86,10 +83,9 @@ title('Scatterer $D$ and ball $B_R(c)$', 'Interpreter', 'Latex') ...@@ -86,10 +83,9 @@ title('Scatterer $D$ and ball $B_R(c)$', 'Interpreter', 'Latex')
axis([0 11 0 11]) axis([0 11 0 11])
grid on grid on
ax = gca; ax = gca;
ax.FontSize = 17; ax.FontSize = 22;
xlabel('$x_1$', 'Interpreter', 'LaTex', 'Fontsize', 17) xlabel('$x_1$', 'Interpreter', 'LaTex', 'Fontsize', 22)
ylabel('$x_2$', 'Interpreter', 'LaTex', 'Fontsize', 17) ylabel('$x_2$', 'Interpreter', 'LaTex', 'Fontsize', 22)
print ../figures/figure_geometry.eps -depsc print ../figures/figure_geometry.eps -depsc
\ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment