help > cannot access second level results
May 15, 2012  05:05 PM | Elise Lesage
cannot access second level results
Hi,

I am running an analysis using the batch script, but I don't seem to be able to access the second-level results using the gui.
The analysis itself runs fine, and at the end of my script, I ask to open the gui to see results.

*******************
conn
conn('load',fullfile([path to .mat file]));
conn gui_results

*******************

When I do that, I can see things on the first-level tab, but when I click on the second-level tab, I cannot get there, and I see the following error in the command window:

********************

??? Error using ==> and
Matrix dimensions must agree

Error in ==> conn at 1824
           okstate = CONN_x.Setup.steps&okstate;

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

??? Error while evaluating figure WindowButtonUpFcn


**********************

When I look in the folders, I do see second-level results folders, and there are beta, conn, corr, ... files in it. As far as I can tell, the problem is with accessing the results through the gui.


Any help would be very much appreciated!
Many thanks, Elise

Threaded View

TitleAuthorDate
cannot access second level results
Elise Lesage May 15, 2012
Alfonso Nieto-Castanon Jul 9, 2012