about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_mod_str
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/run_scripts/run_mod_str')
-rw-r--r--sourcecodes/run_scripts/run_mod_str11
1 files changed, 11 insertions, 0 deletions
diff --git a/sourcecodes/run_scripts/run_mod_str b/sourcecodes/run_scripts/run_mod_str
new file mode 100644
index 00000000..63439afd
--- /dev/null
+++ b/sourcecodes/run_scripts/run_mod_str
@@ -0,0 +1,11 @@
+#!/usr/bin/octave -qf
+cd ./data
+arg_list = argv(); 
+addpath("../bnt-master");
+addpath(genpathKPM("../bnt-master"));
+addpath("../parameter_learning");
+
+fname1=strcat(arg_list{1},"continuous_input_orig.txt");
+fname2=strcat(arg_list{2},"continuous_input_orig.txt");
+copyfile(fname1,fname2);
+