open-discussion > Error message
Showing 1-4 of 4 posts
Display:
Results per page:
Jul 8, 2014  02:07 AM | Andrew Martin
Error message
I completed an analysis using Conn without any problems. I then went back and chnaged one of the covariates and I get this message when trying to run. I also get this message when trying to run the initial analysis which previously worked. Any ideas?
Regards
Andrew

??? Error using ==> save
Can't write file
/home/amartin/Andrew/VBM/Hayling/RestingState_Hayling/data/DATA_Subject003_Session001.mat.

Error in ==> conn_create_vol at 69
else, save(filename,'V'); end
Error in ==> conn_process at 215
V=conn_create_vol(filename,Vsource,[],Vref,sfile,Vmask);
Error in ==> conn_process at 9
case 'setup', disp(['CONN:
RUNNING SETUP STEP']);
conn_process([0:5]);
Error in ==> conn at 858
conn_process('setup');
Error in ==> conn_menumanager at 112
feval(MM.MENU{n0}.callback{n1}{1},MM.MENU{n0}.callback{n1}{2:end});
??? Error while evaluating figure WindowButtonUpFc
Jul 8, 2014  06:07 AM | Alfonso Nieto-Castanon - Boston University
RE: Error message
Hi Andrew,

Possible causes, from most to least likely would be: a) run out of storage space; b) target directory is a network drive and there are some issues when trying to connect to this remote storage; c) write permissions in target folder are not allowing you to create or overwrite files there; d) target file might be corrupted and cannot be overwritten

Let me know if any of these seems to be the case here

Hope this helps
Alfonso

ps. just for future reference there is a specific NITRC-CONN forum (http://www.nitrc.org/forum/forum.php?for...) where you can search for potentially related posts as well

Originally posted by Andrew Martin:
I completed an analysis using Conn without any problems. I then went back and chnaged one of the covariates and I get this message when trying to run. I also get this message when trying to run the initial analysis which previously worked. Any ideas?
Regards
Andrew

??? Error using ==> save
Can't write file
/home/amartin/Andrew/VBM/Hayling/RestingState_Hayling/data/DATA_Subject003_Session001.mat.

Error in ==> conn_create_vol at 69
else, save(filename,'V'); end
Error in ==> conn_process at 215
V=conn_create_vol(filename,Vsource,[],Vref,sfile,Vmask);
Error in ==> conn_process at 9
case 'setup', disp(['CONN:
RUNNING SETUP STEP']);
conn_process([0:5]);
Error in ==> conn at 858
conn_process('setup');
Error in ==> conn_menumanager at 112
feval(MM.MENU{n0}.callback{n1}{1},MM.MENU{n0}.callback{n1}{2:end});
??? Error while evaluating figure WindowButtonUpFc
Jul 14, 2014  01:07 AM | Andrew Martin
RE: Error message
Thanks, it seems to be a memory issue
Jul 31, 2014  04:07 PM | Juan Carlos Burguera
RE: Error message
Thanks.
This is definitely going to help me to solve my problem.
I have been trying to change the covariates of an analysis and was having a similar issue. Let's just say that  programming isn't my area of expertise.



iil888