Page 1 of 1

Problems with evalin function

PostPosted: Fri May 13, 2011 7:03 pm
by daisypupu
Hi,
Whenever I run mod file, there's alway something wrong with evalin function. I download the file from here: viewtopic.php?f=2&t=2115, and run it on my MATLAB 7.0

??? Undefined function or variable "dyngraph".

Error in ==> CEE20054 at 239
dyngraph

Error in ==> dynare at 132
evalin('base',fname) ;


I wrote a mod file myself and the result is :

??? Undefined command/function 'datasaver'.

Error in ==> E1 at 121
datasaver('simudata',[]);

Error in ==> dynare at 132
evalin('base',fname) ;

Re: Problems with evalin function

PostPosted: Tue May 24, 2011 10:43 am
by SébastienVillemot
You call a nonexistent function "datasaver". Remove that function call.