netstim / leaddbs

Lead-DBS is a MATLAB toolbox facilitating deep brain stimulation electrode localization and connectomic neuroimaging.

Home Page:https://www.lead-dbs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on importing to empty dataset

andreashorn opened this issue · comments

If I choose an empty folder as my dataset and click on import patient, it runs into an error:

Dot indexing is not supported for variables of this type.

Error in ea_load_pts (line 33)
existedSubjId = subjId(ismember(subjId, handles.patientlist.Data.subjId));

Error in ea_getpatients (line 10)
ea_load_pts(handles,uipatdir);

Error in lead_dbs/AddPatientButtonPushed (line 1639)
ea_getpatients(options, handles);

Error in appdesigner.internal.service.AppManagementService/executeCallback (line 171)
callback(appOrUserComponent, event);

Error in matlab.apps.AppBase>@(source,event)executeCallback(ams,app,callback,requiresEventData,event) (line 62)
newCallback = @(source, event)executeCallback(ams, ...

Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback
Error while evaluating Button PrivateButtonPushedFcn.