From 0319b091d55e3764e167ec19d5aa59bcf8a81816 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Wed, 27 Apr 2016 11:10:12 -0400 Subject: more descriptive name for the simple MOR directory --- MOR_simple_thin_layer_model/pp.m | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 MOR_simple_thin_layer_model/pp.m (limited to 'MOR_simple_thin_layer_model/pp.m') 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'} ) -- cgit v1.2.3