From 8070dc963753142bb86c4ed698d91fd623ed28e7 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Thu, 28 Sep 2017 15:04:40 -0500 Subject: BNW using Octave instead of Matlab. This version of BNW should perform the same as the original version. The only difference is that it uses Octave instead of Matlab when running BayesNet Toolbox during parameter learning. I am calling this BNW_1.02. It can be accessed at: compbio.uthsc.edu/BNW_1.02 --- sourcecodes/graphviz_structure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sourcecodes/graphviz_structure.php') diff --git a/sourcecodes/graphviz_structure.php b/sourcecodes/graphviz_structure.php index 251c7557..c872c1fd 100644 --- a/sourcecodes/graphviz_structure.php +++ b/sourcecodes/graphviz_structure.php @@ -87,7 +87,7 @@ fclose($fp); //prepare and execute shell script for matlab with a write lock //$cmd="./runmat.sh $keyval"; //system($cmd); -shell_exec('./runmat.sh '.$keyval); +shell_exec('./run_octave '.$keyval); ?>