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

Update figure_3_1.m

parent 0297f0ee
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ plot(x_nut(:,1),x_nut(:,2),'LineWidth', 1.5, 'Color', 'blue')
hold on
plot(Rkite*cos(d)+zkite(1) ,Rkite*sin(d)+zkite(2),'LineStyle', '--', 'LineWidth', 1, 'Color', 'black')
hold on0
hold on
scatter(zkite(1),zkite(2),100,'Marker','+','LineWidth', 1,'MarkerEdgeColor', 'black')
plot(Rnut*cos(d)+znut(1) ,Rnut*sin(d)+znut(2),'LineStyle', '--', 'LineWidth', 1, 'Color', 'black')
......@@ -107,4 +107,4 @@ ax.FontSize = 17;
xlabel('$x_1$', 'Interpreter', 'LaTex', 'Fontsize', 17)
ylabel('$x_2$', 'Interpreter', 'LaTex', 'Fontsize', 17)
print ../figures/figure_geometry_kiteandnut.eps -depsc
\ No newline at end of file
print ../figures/figure_geometry_kiteandnut.eps -depsc
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