diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-10-02 13:06:18 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-10-02 13:06:18 -0400 |
commit | c3d73e447535b492586b066318f5928c4c27a3e0 (patch) | |
tree | f10fc96c97b7bf2de818d5c18e36613e26f0b7a4 | |
parent | cfc5e82c2da1659d51a6a9ebad6c87e3a2a3a8fe (diff) | |
download | multi_mode_eit-c3d73e447535b492586b066318f5928c4c27a3e0.tar.gz multi_mode_eit-c3d73e447535b492586b066318f5928c4c27a3e0.zip |
added clf
-rw-r--r-- | compass_circ_output_results.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compass_circ_output_results.m b/compass_circ_output_results.m index 1a3be0e..252179c 100644 --- a/compass_circ_output_results.m +++ b/compass_circ_output_results.m @@ -58,6 +58,7 @@ print('compass_circ_sidebands_vs_theta.png') hold off; figure(2) +clf; j=4; k= 3; j=2; k= 7; % plotting parametric line of a sideband amplitude (j) vs another one (k) |