help > Spatial resolution error ?
Showing 1-3 of 3 posts
Display:
Results per page:
Jan 11, 2012  02:01 AM | Yann Quide
Spatial resolution error ?
Hi all,

After loading all the files in the Setup and trying to go to the next step, appears the following error message in the Matlab window

Reference to non-existent field 'spatialresolution'.

Error in conn_process (line 96)
    if CONN_x.Setup.spatialresolution~=1

Error in conn_process (line 10)
        case 'setup',           disp(['CONN: RUNNING SETUP STEP']); conn_process([0:5]);

Error in conn (line 858)
conn_process('setup');

Error in conn_menumanager (line 112)
feval(MM.MENU{n0}.callback{n1}{1},MM.MENU{n0}.callback{n1}{2:end}); 
Error using drawnow
Error while evaluating figure WindowButtonUpFcn

Anyone has an idea about this error ?

Thank you so much !
Jan 12, 2012  04:01 AM | Alfonso Nieto-Castanon - Boston University
RE: Spatial resolution error ?
Hi Yann,

I believe this error might be related to updating to a newer version of conn without closing and opening the conn gui. In any way, if you simply save your project, close the gui, launch it again, and load again the project, I believe this error should go away. Please let me know otherwise

Best
Alfonso

Originally posted by Yann Quide:
Hi all,

After loading all the files in the Setup and trying to go to the next step, appears the following error message in the Matlab window

Reference to non-existent field 'spatialresolution'.

Error in conn_process (line 96)
    if CONN_x.Setup.spatialresolution~=1

Error in conn_process (line 10)
        case 'setup',           disp(['CONN: RUNNING SETUP STEP']); conn_process([0:5]);

Error in conn (line 858)
conn_process('setup');

Error in conn_menumanager (line 112)
feval(MM.MENU{n0}.callback{n1}{1},MM.MENU{n0}.callback{n1}{2:end}); 
Error using drawnow
Error while evaluating figure WindowButtonUpFcn

Anyone has an idea about this error ?

Thank you so much !
Jan 23, 2012  11:01 PM | Yann Quide
RE: Spatial resolution error ?
Hi Alfonso,

Thank you for your reply !

Indeed, it worked perfectly after saving and re-loading !

Sorry for the dumb question.

Thanks again.

Yann