Error using sub2ind Out of range subscript.
Mostra commenti meno recenti
I have this eeg data and I want to use fieldtrip to align the data. This is the code that Im using but whenever I try to interact with the graph it gives me it gives me this error; Error using sub2ind (line 71) Out of range subscript.
subjID = 'SubjectUCI29';
mri = ft_read_mri([subjID '_MR_acpc.nii']); % we used the dcm series
mri = ft_determine_coordsys(mri);
cfg = [];
cfg.method = 'interactive';
cfg.coordsys = 'acpc';
mri_acpc = ft_volumerealign(cfg, mri);
Its from the paper;
Analysis of human ECoG and sEEG recordings
Please help me
2 Commenti
Walter Roberson
il 6 Feb 2025
Which line is generatoring the error? Please show the complete error messages.
Basak Su
il 7 Feb 2025
Modificato: Walter Roberson
il 7 Feb 2025
Risposte (0)
Categorie
Scopri di più su Biomedical Signal Processing 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!