You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear,
I am starting to use the toolbox to detect spindles. I am gettig these errors:
Error using *
Inner matrix dimensions must agree.
Error in swa_Explorer>update_SWPlot (line 857)
(data./max(data) * data_max) - data_max,...
Error in swa_Explorer>SliderUpdate (line 636)
handles = update_SWPlot(handles);
Error using *
Inner matrix dimensions must agree.
Error in swa_Explorer>update_SWPlot (line 857)
(data./max(data) * data_max) - data_max,...
Error in swa_Explorer>SpinnerUpdate (line 618)
handles = update_SWPlot(handles);
I am working with MATLAB R2017a in Ubuntu 14.04 LTS.
I used the SS template script with my own data.
Have you got any further infromation/tutorial about toolbox usage? I dont really undestand all its functions.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hey Agustin,
Sorry to hear you are having these troubles. Before you run the swa_Explorer with this data, does the output of the main detection tools [Data, Info, SS] seem okay? In particular were spindles detected and their properties outlined in the SS structure? Otherwise, something happened during the detection already and this error is caused when trying to plot no results.
What format is your data in? Did you convert from EEGLAB, or did you load the data in manually?
Do you get the same error if you run the steps with the example dataset in the "Templates" folder?
Dear,
I am starting to use the toolbox to detect spindles. I am gettig these errors:
Error using *
Inner matrix dimensions must agree.
Error in swa_Explorer>update_SWPlot (line 857)
(data./max(data) * data_max) - data_max,...
Error in swa_Explorer>SliderUpdate (line 636)
handles = update_SWPlot(handles);
Error using *
Inner matrix dimensions must agree.
Error in swa_Explorer>update_SWPlot (line 857)
(data./max(data) * data_max) - data_max,...
Error in swa_Explorer>SpinnerUpdate (line 618)
handles = update_SWPlot(handles);
I am working with MATLAB R2017a in Ubuntu 14.04 LTS.
I used the SS template script with my own data.
Have you got any further infromation/tutorial about toolbox usage? I dont really undestand all its functions.
Thanks in advance!
The text was updated successfully, but these errors were encountered: