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

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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Neuroimaging에 대해 자세히 알아보기

질문:

2022년 2월 22일

댓글:

2022년 2월 22일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by