From 8db5abba14c32fefbdc4dd9a43083daedbf7a274 Mon Sep 17 00:00:00 2001 From: "Field G. Van Zee" Date: Fri, 22 Feb 2019 16:55:30 -0600 Subject: [PATCH] Updates to 3m4m/matlab scripts. Details: - Minor updates to matlab graph-generating scripts. - Added a plot_all.m script that is more of a scratchpad for copying and pasting function invocations into matlab to generate plots that are presently of interest to us. --- test/3/matlab/plot_all.m | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/3/matlab/plot_all.m diff --git a/test/3/matlab/plot_all.m b/test/3/matlab/plot_all.m new file mode 100644 index 000000000..e5b478f23 --- /dev/null +++ b/test/3/matlab/plot_all.m @@ -0,0 +1,9 @@ +% tx2 +plot_panel_4x5(2.2,8,1, '../results/tx2/st', 'tx2', 'ARMPL'); close; clear all; +plot_panel_4x5(2.2,8,28,'../results/tx2/jc4ic7','tx2_jc4ic7','ARMPL'); close; clear all; +plot_panel_4x5(2.2,8,56,'../results/tx2/jc8ic7','tx2_jc8ic7','ARMPL'); close; clear all; + +% skx +plot_panel_4x5(2.0,32,1,'../results/skx/st/20190218','skx','MKL'); close; clear all; +plot_panel_4x5(2.0,32,26,'../results/skx/jc2ic13/20190218','skx_jc2ic13','MKL'); close; clear all; +plot_panel_4x5(2.0,32,52,'../results/skx/jc4ic13/20190218','skx_jc4ic13','MKL'); close; clear all;