Hello,
I'd like to run iterateModelsExp.m script but I get the following error:
Could you specify what ainv implementation you were using?
Undefined function or variable 'ainv'.
Error in ccorr (line 11)
pebor = ainv(probe);
Error in Hologram/Retrieve (line 27)
echo = ccorr(probe,obj.memory);
Error in iterateModelsExp (line 38)
echo = model.Retrieve(state);