Why am I getting ft_defaults error (line 88) ?
Afficher commentaires plus anciens
I am using fieldtrip to do electrode reconstructions. When I run
cfg = [];
cfg.filename = ['SubjectUCI29', '_MRI_acpc'];
cfg.filetype = 'nifti';
cfg.parameter = 'anatomy';
ft_volumewrite(cfg, mri_acpc); %%%This line is where the error pops up because ft_default and ft_defaults are used in ft_volumewrite
to write the preprocessed anatomical MRI out a to file, I get an error in ft_defaults line 88 (the line below):
ft_default = mergeconfig(ft_default, prefs);
1 commentaire
Benjamin Thompson
le 22 Fév 2022
You are asking about errors in functions not part of MATLAB so if these functions are your code you will need to post it to get a good answer.
Réponses (0)
Catégories
En savoir plus sur Neuroimaging dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!