Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_plot_sens”.
FT_PLOT_SENS plots the position of the channels in the EEG or MEG sensor array Use as ft_plot_sens(sens, ...) where the first argument is the sensor array as returned by READ_SENS or PREPARE_VOL_SENS. Optional input arguments should come in key-value pairs and can include 'style' plotting style for the points representing the channels, see plot3 (default = 'k.') 'coil' true/false, plot each individual coil or the channelposition (default = false) 'label' show the label, can be 'off', 'label', 'number' (default = 'off') Example sens = ft_read_sens('Subject01.ds'); ft_plot_sens(sens, 'style', 'r*')
Share this page: