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
Error when clicking the load option after import raw data.
Error using affine3d/set.T (line 340)
The final column of an affine transformation matrix must consist of zeroes, except for a one in
the last row.
Error in affine3d (line 117)
self.T = A;
Error in images.internal.nifti.niftiImage/getXForm (line 506)
xform = affine3d([R zeros(3,1); T 1]');
Error in images.internal.nifti.niftiImage/simplifyStruct (line 162)
[XformName, Xform] = self.getXForm();
Error in niftiinfo (line 50)
simpleStruct = NV.simplifyStruct();
Error in MP3>MP3_update_image_displayed (line 1895)
info = niftiinfo(handles.data_loaded.Scan(i).V(1).fname);
Error in MP3>MP3_update_axes (line 1573)
handles = MP3_update_image_displayed(hObject, eventdata, handles);
Error in MP3>MP3_load_axes_Callback (line 1113)
MP3_update_axes(hObject, eventdata, handles)
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in MP3 (line 45)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)MP3('MP3_load_axes_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
I install all toolboxes needed and recommended (Image Processing Toolbox, Statistics and Machine Learning Toolbox and Parallel Computing Toolbox)
The text was updated successfully, but these errors were encountered:
Hi, could you tell me what version of Matlab you are using?
Would it be possible to send me a link to download a set of raw data so I can do some tests myself?
Error when clicking the load option after import raw data.
Error using affine3d/set.T (line 340)
The final column of an affine transformation matrix must consist of zeroes, except for a one in
the last row.
Error in affine3d (line 117)
self.T = A;
Error in images.internal.nifti.niftiImage/getXForm (line 506)
xform = affine3d([R zeros(3,1); T 1]');
Error in images.internal.nifti.niftiImage/simplifyStruct (line 162)
[XformName, Xform] = self.getXForm();
Error in niftiinfo (line 50)
simpleStruct = NV.simplifyStruct();
Error in MP3>MP3_update_image_displayed (line 1895)
info = niftiinfo(handles.data_loaded.Scan(i).V(1).fname);
Error in MP3>MP3_update_axes (line 1573)
handles = MP3_update_image_displayed(hObject, eventdata, handles);
Error in MP3>MP3_load_axes_Callback (line 1113)
MP3_update_axes(hObject, eventdata, handles)
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in MP3 (line 45)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)MP3('MP3_load_axes_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
I install all toolboxes needed and recommended (Image Processing Toolbox, Statistics and Machine Learning Toolbox and Parallel Computing Toolbox)
The text was updated successfully, but these errors were encountered: