Can't get demo working: Error using SPM12 "Unrecognized function or variable 'spm_get_defaults'."
이전 댓글 표시
I'm using SPM12 with R2022a and want to run the FEP_Manifold Demo from the "Life as we know it" paper.
I get the error: Unrecognized function or variable 'spm_get_defaults'. when running
run toolbox\DEM\FEP_Manifold.m
from the spm12 folder.
The error message looks like this:
Unrecognized function or variable 'spm_get_defaults'.
Error in spm_figure (line 694)
'Renderer',spm_get_defaults('renderer'),...
Error in spm_figure (line 175)
F = spm_figure('CreateWin',Tag,Name,Visible);
Error in spm_figure (line 241)
F = spm_figure('Create',Tag,Tag);
Error in FEP_Manifold (line 66)
spm_figure('GetWin','Dynamics');clf
Error in run (line 91)
evalin('caller', strcat(script, ';'));
I already added the path as instructions say: https://en.wikibooks.org/wiki/SPM/Installation_on_64bit_Windows#Preamble
The path pointing to spm12 in the Documents\MATLAB folder is at the top of the list.
My OS is Windows 11.
Any further tips to get the demo working?
Also i'm a beginner with matlab
Greetings Yannick
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Neuroimaging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!