GMtoolbox |
For some functions (gm_plot_fg, gm_plot_rg, gm_separate_fg and util/setCountingNumbers) a version of Matlab higher than R2015b is required (because they use the graph and digraph classes).
From the Project Forge Files page
download the file gmtoolbox.zip.
Unzip the file and go to the created directory.
On Linux system execute the following system commands:
unzip gmtoolbox.zip
cd gmtoolbox
Try the toy Bayesian Network example Sprinkler.
matlab
>>addpath( genpath('pwd') )
>>fg = gm_example_Sprinkler();
>>gm_plot_fg( fg )