about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_mod_str
blob: 63439afd77494b46107381577a6e13076ff8c9e3 (plain)
1
2
3
4
5
6
7
8
9
10
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);