### Is there an existing issue for this? - [X] I have searched the existing issues ### New feature ```markdown In `checkCFG.m` fieldsToSet.dir.output = fullfile( ... fileparts(mfilename('fullpath')), ... 'output'); ``` ### Unclear documentation ```markdown now it is fieldsToSet.dir.output = fullfile( ... fileparts(mfilename('fullpath')), ... '..', ... 'output'); ``` ```