diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-07-07 01:21:13 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-07-07 01:21:13 -0400 |
commit | 2e6895ec0b70ba97e06c00f0447f86ad162181fd (patch) | |
tree | 9538ba48e8024c5d874096a81ea0c58f627a5edb /coupling_angles.m | |
parent | 84d4eb8037900b684030a28851a23fcfcfc1ee21 (diff) | |
download | wgmr-2e6895ec0b70ba97e06c00f0447f86ad162181fd.tar.gz wgmr-2e6895ec0b70ba97e06c00f0447f86ad162181fd.zip |
arbitrary beam tracing
Diffstat (limited to 'coupling_angles.m')
-rw-r--r-- | coupling_angles.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coupling_angles.m b/coupling_angles.m index df7c5f1..ca7dcf0 100644 --- a/coupling_angles.m +++ b/coupling_angles.m @@ -144,4 +144,5 @@ text(0,1.2, str); axis([-1,1,-0.5,1.5],'equal'); %% output of the plot to the file -print('prism_disk_coupling.pdf'); +print('prism_disk_coupling.eps','-depsc2'); +print('prism_disk_coupling.png'); |