msg="Your matlab Version is lower than 9.10 (2021a). The config file cannot be created with this wizard. You can either input data manually for each export or create the config file manually. For further Information see the Readme. More function might be impaired when using an old Matlab Version.";
error(msg);
end
% Ask User if current config should be overwritten
ifisfile('config.json')
m=input('Do you want to overwrite the current config file, Y/N [Y]:','s');