Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_componentbrowser”.
FT_COMPONENTBROWSER plots topography and activations of ICA components Use as ft_componentbrowser(cfg, comp) where comp is a FieldTrip structure obtained from FT_COMPONENTANALYSIS. The configuration has the following parameters: cfg.comp = a vector with the components to plot (ex. 1:10) (optional) cfg.trial = choose which trial to plot first (optional, only one trial) cfg.layout = because the output of componentanalysis does not contain information on the layout, you need to specify in a variety of ways: - you can provide a pre-computed layout structure (see prepare_layout) - you can give the name of an ascii layout file with extension *.lay - you can give the name of an electrode file - you can give an electrode definition, i.e. "elec" structure - you can give a gradiometer definition, i.e. "grad" structure See also FT_COMPONENTANALYSIS
Share this page: