mathieuboudreau / qsm-tools

List of open-source quantitative susceptibility mapping (QSM) MRI software packages and data
MIT License
60 stars 7 forks source link

STI Suite #4

Open Lolibike95 opened 2 years ago

Lolibike95 commented 2 years ago

Dear all,

I am about to run a phase unwrapping with STI Suite, but I found a problem. Matlab shows me this error when I click on "Single button for QSM!" on STI GUI:

Starting unwrapping ... Error using evalin Undefined function or variable 'trial54_phase'.

Error in phaseuwrapping_CallbackFcn

Error in QSM_GUI

Error in gui_mainfcn (line 95) feval(varargin{:});

Error in QSM_GUI

Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)QSM_GUI('Run2dPhase_Callback',hObject,eventdata,guidata(hObject)) Error while evaluating UIControl Callback.

does somebody know how to fix the issue?

xzy886 commented 2 years ago

I've met the same problem. Try using MATLAB 2019b.

Dear all,

I am about to run a phase unwrapping with STI Suite, but I found a problem. Matlab shows me this error when I click on "Single button for QSM!" on STI GUI:

Starting unwrapping ... Error using evalin Undefined function or variable 'trial54_phase'.

Error in phaseuwrapping_CallbackFcn

Error in QSM_GUI

Error in gui_mainfcn (line 95) feval(varargin{:});

Error in QSM_GUI

Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)QSM_GUI('Run2dPhase_Callback',hObject,eventdata,guidata(hObject)) Error while evaluating UIControl Callback.

does somebody know how to fix the issue?