MBB-team / VBA-toolbox

The VBA toolbox
GNU General Public License v3.0
129 stars 67 forks source link

VBA_ReDisplay_sessions : non-existent field 'i_abs' #13

Closed lionel-rigoux closed 8 years ago

lionel-rigoux commented 8 years ago

From @GoogleCodeExporter on October 7, 2015 9:29

What steps will reproduce the problem?
1. Fit Extended RL model (6 sessions)
2. VBA_ReDisplay_sessions(posterior, out, {[1 2]}
3. The graphical output window appears with the Summary tab looking fine, no 
error
4. When clicking on any of the other tabs ('VB inv, se...', ..., 'priors, 
ses...'), the tab is blank and an Error is thrown : 

??? Reference to non-existent field 'i_abs'.

Error in ==> VBA_ReDisplay_sessions>myPriors at 170
i_tab = ud.i_abs;

Error in ==> spm_uitab>doChoose at 195
            feval(ud.callback);

??? Error while evaluating uicontrol Callback

Toolbox updated on 2013-10-11
Matlab 7.10.0 (R2010a) 32 bits
Debian 7.1 (wheezy) 32 bits

Original issue reported on code.google.com by mail.ale...@gmail.com on 13 Oct 2013 at 6:02

Copied from original issue: lionel-rigoux/mbb-vb-toolbox#3