a6_automatic_artifact_correction_prepare.m 276 B

12345678910111213
  1. function a6_automatic_artifact_correction_prepare()
  2. %% add fieldtrip toolbox
  3. addpath(fullfile('..','..', 'tools', 'fieldtrip'));
  4. ft_defaults()
  5. ft_compile_mex(true)
  6. addpath(fullfile('..','..', 'tools', 'helpers'))
  7. mcc -m a6_automatic_artifact_correction.m
  8. exit