POP_SUBCOMP Reject selected components from a dataset.

Usage: >> OUTEEG = pop_subcomp( INEEG, components, confirm);

Inputs:
INEEG   
input dataset.
components   
array of components to subtract. If empty, use the pre-labelled components in the dataset (INEEG.reject.gcompreject).
confirm   
display the difference between original and processed dataset. 1=ask for confirmation. 0=do not ask. Default 0.

Outputs:
OUTEEG   
output dataset.

See also: compvar

See the matlab file pop_subcomp.m (may require other functions)

Back to functions