Thank you very much for the prompt reply and fix. Lead_group is now loading without difficulty.
Unfortunately I’m now having issues writing to 2D visualisations in lead_dbs. I’m attempting to use the STN Subdivisions (Accolla 2014), in MNI space. The error message I receive is below, any guidance would be most appreciated.
********************************************************************
Error using plot
Color value must be a 3 element vector
Error in ea_add_overlay (line 164)
plot(cscale(1,:),cscale(2,:),’color’,options.d2.con_color);
Error in ea_writeplanes (line 167)
cuts=ea_add_overlay(boundboxmm,cuts,tracor,options);
Error in ea_write (line 26)
cuts=ea_writeplanes(options);
Error in ea_autocoord (line 218)
ea_write(options)
Error in ea_run (line 102)
ea_autocoord(options);
Error in lead_dbs>run_button_Callback (line 278)
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
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)lead_dbs(‘run_button_Callback’,hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback