about ICA 报错

老师:
     您好!
    我在运行ICA时,使用的是两组被试做对照,每组25例,设定运行次数50(之前用了100次报错说内存不够所以选用了50次)、自动估计成分,最后运行结束时,我想看所有被试的相同成分例如第26个成分,总是报错(如下示),不知道是什么原因,如果想提取(extract)这个成分出来,还是报错,麻烦老师您帮我看看,谢谢!

观察所有被试某个相同成分时报错:
Warning: Calling MEX-file
'D:\MATLAB\toolbox\mica_beta1.21_20110824\nic_functions\nic_spm5_files\nic_spm_slice_vol.dll'.
MEX-files with .dll extensions will not execute in a future version of MATLAB.
Warning: Calling MEX-file
'D:\MATLAB\toolbox\mica_beta1.21_20110824\nic_functions\nic_spm5_files\nic_spm_sample_vol.dll'.
MEX-files with .dll extensions will not execute in a future version of MATLAB.
??? Undefined function or variable 'subjectno'.

Error in ==> nic_rsdd_displayComponent at 46
                   ind=find(ulabel==labels(subjectno));

Error in ==> component_view_gui>ButOKHandle_Callback at 269
    nic_rsdd_displayComponent(handles.appConfig,parameters);

Error in ==> gui_mainfcn at 96
        feval(varargin{:});

Error in ==> component_view_gui at 53
    gui_mainfcn(gui_State, varargin{:});
 
??? Error while evaluating uicontrol Callback

提取这个成分时也报错:
??? Undefined function or variable 'subjectno'.

Error in ==> nic_rsdd_displayComponent at 46
                   ind=find(ulabel==labels(subjectno));

Error in ==> component_view_gui>ButOKHandle_Callback at 269
    nic_rsdd_displayComponent(handles.appConfig,parameters);

Error in ==> gui_mainfcn at 96
        feval(varargin{:});

Error in ==> component_view_gui at 53
    gui_mainfcn(gui_State, varargin{:});
 
??? Error while evaluating uicontrol Callback

??? Undefined function or variable 'subjectno'.

Error in ==> view_gui>HdlExtractComp_Callback at 740
           ind=find(ulabel==labels(subjectno));

Error in ==> gui_mainfcn at 96
        feval(varargin{:});

Error in ==> view_gui at 30
    gui_mainfcn(gui_State, varargin{:});
 
??? Error while evaluating uicontrol Callback
 

 张寒:你的程序包?

老师:
     没太听明白,是程序包有问题,需要重新下载吗

 呵呵,我是指MICA好像是张寒他们的工具包。你可以直接给他发email如果他没有看见这个post的话。
看起来是一个变量没有定义,有可能是哪的设置问题?

你好!
MICA提取成分一般不会报错,你要确定你在CompView里面选择对合适的项目来看成分和extract成分。
一般来说,在view by type里选择component,然后选择All components with the same label,然后选择你要看或者要extract的成分,然后点view或者extract到指定目录。

    我是这样选的,还是没用,不知道哪里有问题,选择的参数都是按照使用说明选的!

     谢谢老师们了,可能真的不能放两组,我用一组就不出问题了!