#!/usr/bin/octave -qf source("./run_scripts/path_cd.m") arg_list = argv(); filename=strcat(arg_list{1},"ts_output.txt"); delete(filename); filename=strcat(arg_list{1},"ts_plotly.html"); delete(filename); testSetPredictions(arg_list{1}); #fclose(filename); filename=strcat(arg_list{1},"ts_upload.txt"); delete(filename); command=cstrcat("/home/jziebart/python/Python-2.7.15/python ",base_dir,"/ts_plotly.py ",arg_list{1}); test=system(command);