help > RE: Second-level analyses error
Mar 1, 2012  05:03 AM | Alfonso Nieto-Castanon - Boston University
RE: Second-level analyses error
Hi Janani,

This sort of error can be due to an incomplete installation (in particular a missing path entry in matlab linking to the conn toolbox). If you simply type:

   addpath /software/conn/
   savepath

(changing the '/software/conn/' part to the location of the conn toolbox) that should fix this problem.

Alternatively you can also simply reinstall the toolbox using an automatic installation procedure, either through the gui going to 'Help->Updates' (if there is a newer version of the toolbox this will automatically download and install it) or from the command line typing

   conn_update( [] , 1 )

(please make sure to check if a window pops up at the end that may include further instructions if the installation is unable to complete any of the standard steps)

Let me know if this helps

Best
Alfonso
Originally posted by Janani Raveendran:
Hi Alfonso,

In attempting to view the second-level seed-to-voxel results using the explorer, Matlab presented the following error. Any help you could give me on how to solve this issue would be appreciated.

Thanks!
Best,
Janani


??? Undefined function or method 'conn_timedwaitbar' for input arguments of type 'double'.

Error in ==> conn_process>conn_waitbar at 2656
    else, h=conn_timedwaitbar(varargin{:}); end

Error in ==> conn_process at 2133
            h=conn_waitbar(0,['Step ',num2str(sum(options<=15)),'/',num2str(length(options)),': Functional data second-level analyses']);

Error in ==> conn_process at 25
        case 'results_voxel',   [varargout{1:nargout}]=conn_process(15,varargin{:});

Error in ==> conn at 2377
            conn_process('results_voxel','readsingle','seed-to-voxel');

Error in ==> conn_menumanager at 116
feval(MM.MENU{n0}.callback{n1}{1},MM.MENU{n0}.callback{n1}{2:end}); 

??? Error using ==> conn_menumanager('cursorup');
Undefined function or method 'conn_timedwaitbar' for input arguments of type 'double'.

??? Error while evaluating figure WindowButtonUpFcn

??? Undefined function or method 'conn_menumanager' for input arguments of type 'char'.

??? Error using ==> conn_menumanager(('cursormove'));
Undefined function or method 'conn_menumanager' for input arguments of type 'char'.

Threaded View

TitleAuthorDate
Janani Raveendran Feb 23, 2012
Alfonso Nieto-Castanon Feb 23, 2012
jami andy Mar 17, 2015
Alfonso Nieto-Castanon Mar 22, 2015
sanja2012 Apr 15, 2015
Alfonso Nieto-Castanon Apr 17, 2015
sanja2012 Apr 17, 2015
Alfonso Nieto-Castanon Apr 17, 2015
sanja2012 Apr 17, 2015
jami andy Mar 17, 2015
Janani Raveendran Feb 23, 2012
Alfonso Nieto-Castanon Feb 24, 2012
Janani Raveendran Feb 24, 2012
Janani Raveendran Mar 1, 2012
RE: Second-level analyses error
Alfonso Nieto-Castanon Mar 1, 2012
Janani Raveendran Mar 1, 2012