about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_octave_evd
blob: dfcac1f3f20b0838a80f0612f77dcf9f44d9bb8e (plain)
1
2
3
4
5
6
#!/usr/bin/octave -qf
source("./run_scripts/path_cd.m")
arg_list = argv();
Predictmultiple(arg_list{1});
command=cstrcat("/home/jziebart/python/Python-2.7.15/python ",base_dir,"/violin_ev_plotly.py ",arg_list{1});
test=system(command);