I got the error when I run the clean_rawdata() function.
Could you please let me know how to solve it?
"Error using distance (line 93)
Not enough input arguments.
Error in clean_artifacts (line 230)
if ~strcmpi(distance, 'euclidian')
Error in clean_rawdata (line 86)
cleanEEG = clean_artifacts(EEG, 'FlatlineCriterion', arg_flatline,..."
Hello,
I got the error when I run the clean_rawdata() function. Could you please let me know how to solve it? "Error using distance (line 93) Not enough input arguments.
Error in clean_artifacts (line 230) if ~strcmpi(distance, 'euclidian')
Error in clean_rawdata (line 86) cleanEEG = clean_artifacts(EEG, 'FlatlineCriterion', arg_flatline,..."