summaryrefslogtreecommitdiff
path: root/compass_circ_output_results.m
diff options
context:
space:
mode:
Diffstat (limited to 'compass_circ_output_results.m')
-rw-r--r--compass_circ_output_results.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/compass_circ_output_results.m b/compass_circ_output_results.m
index 253dbe3..2c54f7d 100644
--- a/compass_circ_output_results.m
+++ b/compass_circ_output_results.m
@@ -51,6 +51,7 @@ title("Relative sidebands amplitudes");
xlabel("Angle theta, between B-field and light propagation direction");
ylabel("Amplitude");
legend(labels);
+print('compass_circ_sidebands_vs_theta.png')
hold off;
@@ -62,6 +63,7 @@ plot(zoom_factor*(transmission_matrix(j,:)), zoom_factor*(transmission_matrix(k,
xlabel( labels{j});
ylabel( labels{k});
title('One sideband amplitude vs another for different angles theta');
+print('compass_circ_sidebands_combo_vs_theta.png')
% vim: ts=2:sw=2:fdm=indent