Error when running a script: 'Index exceeds matrix dimensions.' Help
Mostra commenti meno recenti
I've been given a script to run to merge EEG and psychophysics test files and am having some difficulty running it. Part of the way through the script a new variable ('MatchedEEG') is created from an existing matrix, containing all EEG traces up until a given time point (Endidx):
MatchedEEG = EEGtraces (:,1:Endidx)
I receive an error saying: 'Index exceeds matrix dimensions.' How can the index exceed the matrix dimensions if no pre-determined matrix dimensions are specified for 'MatchedEEG'? Help.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su EEG/MEG/ECoG in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!