diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-04-27 11:10:12 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-04-27 11:10:12 -0400 |
commit | 0319b091d55e3764e167ec19d5aa59bcf8a81816 (patch) | |
tree | aa474a56544e0d0985902ac5aefacc24c2a03820 /MOR_simple_thin_layer_model/pp.m | |
parent | ef2a5247db0bf0c5c2ca3368bbd36153e7c00032 (diff) | |
download | noisy_eit_xmds-0319b091d55e3764e167ec19d5aa59bcf8a81816.tar.gz noisy_eit_xmds-0319b091d55e3764e167ec19d5aa59bcf8a81816.zip |
more descriptive name for the simple MOR directory
Diffstat (limited to 'MOR_simple_thin_layer_model/pp.m')
-rw-r--r-- | MOR_simple_thin_layer_model/pp.m | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/MOR_simple_thin_layer_model/pp.m b/MOR_simple_thin_layer_model/pp.m new file mode 100644 index 0000000..f59f19c --- /dev/null +++ b/MOR_simple_thin_layer_model/pp.m @@ -0,0 +1,21 @@ +delta_2photon_noise + +figure(1) +plot(delta_2photon_1, mean_mor_signal_1(end,:) ) +hold all +plot(delta_2photon_1, mean_eit_signal_1(end,:) ) + +legend( {'mor', 'eit'} ) + +figure(2) +plot(delta_2photon_1, stderr_mor_signal_1(end,:) ) +hold all +plot(delta_2photon_1, stderr_eit_signal_1(end,:) ) + +legend( {'mor', 'eit'} ) + +figure(3) +plot(delta_2photon_1, stderr_eit_signal_1(end,:)./stderr_mor_signal_1(end,:) ) +hold all + +legend( {'noise eit/mor'} ) |