Moving doc/ to core/ directory.
[debian/openrocket] / core / doc / techdoc / figures / motors / D12_make.m
diff --git a/core/doc/techdoc/figures/motors/D12_make.m b/core/doc/techdoc/figures/motors/D12_make.m
new file mode 100644 (file)
index 0000000..0b9a075
--- /dev/null
@@ -0,0 +1,10 @@
+figure;
+load('D12-interpolated');
+plot(D12_interpolated(:,1),D12_interpolated(:,2));
+axis([0 1.7 0 30]);
+hold on;
+xlabel('Time / s');
+ylabel('Thrust / N');
+plot([0 1.65 1.65],[10.2 10.2 0],'--');
+legend('Estes D12','Average thrust');
+print('D12.eps');