% EEGLAB error in function ADJUST() at line 208: % Index exceeded matrix dimension % Line 208 of ADJUST(): % GDSF = compute_GD_feat(topografie,EEG.chanlocs(1,pos_channels),size(EEG.icawinv,2)); Is there any eegLab user here to which I could ask a couple of questions or does anyo...
CNT2ASC (I put the link because the sources are no more accessible). However the sources do not work (output and empty file and say error in file format). I compiled them on Unix and Dos and it is the same. but they should be close to the sources of CNTTOASC. I tried to look...
Thanks for sharing the files, I will see if I can adjust the function for these other files when I have some time (could be in a few weeks just so you know), and potentially make a new EEGLAB plugin from it if it works well. Thanks, Cedric Author faimai00 commented Apr 14, 2021...
% ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF % THE POSSIBILITY OF SUCH DAMAGE.function [EEG, command] = pop_chanevent(EEG, chan, varargin); command = '';if nargin < 1 help pop_chanevent; return; ...