Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while evaluating UIControl Callback #24

Open
NormaAle opened this issue Mar 10, 2025 · 1 comment
Open

Error while evaluating UIControl Callback #24

NormaAle opened this issue Mar 10, 2025 · 1 comment

Comments

@NormaAle
Copy link

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)

@blemasso
Copy link
Member

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?

best regards,
benjamin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants