diff --git a/projects/WDM/WDM_settings.m b/projects/WDM/WDM_settings.m new file mode 100644 index 0000000..ce45432 --- /dev/null +++ b/projects/WDM/WDM_settings.m @@ -0,0 +1,10 @@ +% Add the imdd_simulation framework to the path +if ispc + addpath(genpath('C:\Users\Silas\Documents\MATLAB\imdd_simulation')); +else + % Linux path on the cluster + addpath(genpath('/work_beegfs/sutef391/imdd_simulation')); +end + +% Define where results should be written (used by WDM_model.m) +output_root = '/work_beegfs/sutef391/results_WDM'; \ No newline at end of file