fiff_read_bad_channels

Hi,

I'm trying to use fiff_read_bad_channels.m from the mne matlab toolbox.
Does anyone know what "node" means? Or is there another way to read bad
channel from a fif file into matlab? Thanks.

>> help fiff_read_bad_channels
[bads] = fiff_read_bad_channels(fid,node)

Read the bad channel list from a node if it exists

fid - The file id
node - The node of interest

Hi Yingal,

You can also read it from a raw or evoked file after loading it onto
matlab. If, for example, you call the loaded file "raw", type
"raw.info.bads" and you will see the bad channels.

Best,

-- Andr?s