Print

Print


Dear SPMers,

I have been experimenting with MVB for fmri decoding, using SPM8 with 
matlab 7.8 (32 bit version) on windows vista, and it seems to work fine 
until part way through displaying the results. It displays the 
log-evidence across greedy steps, then the distrubution of weights, but 
then crashes out with the following error message:



?? Error using ==> feval
Undefined function or variable 'datamanager.linkbehavior'.

Error in ==> hgbehaviorfactory>localCreate at 45
         ret_h(end+1) = feval(info.constructor);

Error in ==> hgbehaviorfactory at 31
    b = localCreate(behavior_name);

Error in ==> hggetbehavior>localGet at 90
        b = hgbehaviorfactory(bn);

Error in ==> hggetbehavior at 72
    ret_h = localGet(h,behavior_name);

Error in ==> hist at 116
      linkBehavior = hggetbehavior(histPatch(k),'Linked');

Error in ==> spm_mvb_display at 50
hist(M.qE,64)

Error in ==> spm_mvb_ui at 145
spm_mvb_display(MVB)
 
??? Error while evaluating uicontrol Callback





Does anyone have any ideas about how to fix this?

Many thanks,

Martin