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
evalin('caller', strcat(script, ';'));
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