BCILAB icon indicating copy to clipboard operation
BCILAB copied to clipboard

Line 164 of set targetmarkers.m fails: clear_existing_targets_on_match not defined

Open iretiayo opened this issue 9 years ago • 0 comments

Line 164 of set targetmarkers.m fails because variable "clear_existing_targets_on_match" was not defined. if clear_existing_targets_on_match && isfield(signal.event,'target') && ~isempty([signal.event.target])

I suspect that this is because the arg_define specified earlier in the file was not successful for the variable: clear_existing_targets_on_match.

I'm not sure how to fix it.

iretiayo avatar Dec 16 '16 19:12 iretiayo