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

GUI and script not working #12

Open
Manuel-debugger opened this issue Nov 12, 2020 · 0 comments
Open

GUI and script not working #12

Manuel-debugger opened this issue Nov 12, 2020 · 0 comments

Comments

@Manuel-debugger
Copy link

I just tried running the NiiStat GUI scripts via MATLAB (2020a) on my MacBook, and get the following error message for the NiiStat script:

Error using NiiStat (line 85)
Unable to find Excel file named
/home/research/Desktop/PACMAN_MASTER/MRI_Data/PacManNiiStat_Paper_3.xlsx

Here's line 85 of the code:

if (strcmpi('ver',xlsname)), return; end; %nii_stat('ver') cause software to report version and quit if exist(xlsname,'file') ~= 2 error('Unable to find Excel file named %s\n',xlsname); end

It looks like the script is looking for an Excel file, and halts the script once the PacManNiiStat_Paper_3.xlsx Excel file isn't found.

I see someone else had this issue last year: #7 (comment)
I tried their suggested solution of removing all the spm12 subfolders from the path but it hasn't worked.

I appreciate your help,
Thanks,
M.

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

1 participant