MBB-team / VBA-toolbox

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

Missing plotUncertainTimeSeries? #9

Closed maedoc closed 9 years ago

maedoc commented 9 years ago

Just cloned the toolbox, added to my MATLAB path, and tried demo_FHN.m. What am I missing?

Main VB inversion...
Undefined function 'plotUncertainTimeSeries' for input arguments of type 'double'.

Error in VBA_updateDisplay (line 285)
            plotUncertainTimeSeries(gx,vy,dTime,display.ha(1));

Error in VBA_updateDisplay (line 34)
        VBA_updateDisplay(posterior,suffStat,options,y,it,'precisions')

Error in VBA_NLStateSpaceModel (line 255)
VBA_updateDisplay(posterior,suffStat,options,y,0,'precisions')

Error in demo_FHN (line 67)
[posterior,out] = VBA_NLStateSpaceModel(y,u,f_fname,g_fname,dim,options);
lionel-rigoux commented 9 years ago

Did you also included the subfolders in your path? Try to install by running VBA_setup once in the main VBA folder . Hope it helps

maedoc commented 9 years ago

VBA_setup does it. Sorry for the bother.