In preprocess_2.m line 7 i had to change the line from: `addpath('lib/mominc-master');` to `addpath('lib\mominc-master');` For it to work in linux matlab. Just a path separator problem, matlab probably has a away to detect host OS to fix this in code.
In preprocess_2.m line 7 i had to change the line from:
addpath('lib/mominc-master');to
addpath('lib\mominc-master');For it to work in linux matlab. Just a path separator problem, matlab probably has a away to detect host OS to fix this in code.