I got the below error when I was trying to open the new image
Unrecognized function or variable 'spm_get'.
Error in xjview>getImageFile (line 6999)
P0 = spm_get([0:100],'*IMAGE','Select image files');
Error in xjview>CallBack_loadImagePush (line 3654)
[handles.imageFileName, handles.M, handles.DIM, handles.TF, handles.df, handles.mni, handles.intensity] = getImageFile(thisfilename);
Error in xjview>figureMouseUpFcn (line 3600)
CallBack_loadImagePush(handles.loadImagePush, eventdata);
Error while evaluating Figure WindowButtonDownFcn.
How can I solve this? Thanks for helping.