atdemarco/svrlsmgui

Matlab R2016a: Error 'detectImportOptions'

marivas-MRI opened this issue · 0 comments

Dear svrlsm developers,

I tried to install the svrlsmgui toolbox following all the instructions but Matlab gave the following error:

**Undefined function or variable 'detectImportOptions'.

Error in PopulateGUIFromParameters (line 14)
opts = detectImportOptions(handles.parameters.score_file);

Error in svrlsmgui>svrlsmgui_OpeningFcn (line 82)
handles = PopulateGUIFromParameters(handles);

Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});

Error in svrlsmgui (line 40)
gui_mainfcn(gui_State, varargin{:});**

I read that this issue could be related to my Matlab version. Is there an "easy" way to fix this issue without changing my matlab?.

Thank you in advance.

Best regards,