Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- The forum ‘Support forum ARCHIVED – Please use Slack Channel instead’ is closed to new topics and replies.
Dear all,
i’m trying to visualize the nuclei in native space of the patients but i got this error:
Error using ea_smoothpatch (line 58)
The vertice list is not a m x 3 array
Error in ea_genatlastable (line 255)
fv=ea_smoothpatch(fv,[],ceil(options.prefs.hullsmooth/2));
Error in ea_showatlas (line 50)
atlases=ea_genatlastable(atlases,ea_space(options,’atlases’),options,mifix);
Error in ea_elvis (line 331)
atlases = ea_showatlas(resultfig,elstruct,options);
Error in ea_write (line 42)
resultfig=ea_elvis(options);
Error in ea_autocoord (line 316)
ea_write(options)
Error in ea_run (line 96)
ea_autocoord(options);
Error in lead_dbs>run_button_Callback (line 187)
ea_run(‘run’,options);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in lead_dbs (line 43)
gui_mainfcn(gui_State, varargin{:});
I have seen previous posts in this forum and it was a bug that has been fixed and whose solution has been put on github. So, I got the updated code on github, I saved it as file.m and replaced it with the original function (ea_genatlastable.m) in “lead” folder. I run the 3D render in native space but it doesn’t work.
Then, I tried to clone lead dbs repository and put it in matlab (current directory -> source control -> manage file -> source control integration -> git), so I changed repository path (repository URL) and i selected an empty folder as sandbox. After this, i run lead dbs and I click on ‘Install’ -> ‘Redownload data files’, but i got an other error.
What’s wrong? Maybe i make a mistake putting the repository in matlab? Could somebody help me? Could somebody explain me how github works?
Thanks in advance.
Regards,
Michael