Hello,
I am trying to normalize the images, but I get this error:
Undefined function or variable “to”.
Error in ea_normalize_ants (line 80)
ea_ants_nonlinear(to,from,[directory,options.prefs.gprenii],weights,metrics,options);
Error in ea_autocoord (line 92)
eval([options.normalize.method,'(options)’]); % triggers the normalization function and passes the options struct to it.
Error in ea_run (line 89)
ea_autocoord(options);
Error in lead_dbs>run_button_Callback (line 192)
ea_run(‘run’,options);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in lead_dbs (line 43)
gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)lead_dbs(‘run_button_Callback’,hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback
I would be happy, if someone could help.
Best,
Atefeh