How to fix 'Error using load' ?
5 ビュー (過去 30 日間)
古いコメントを表示
I try to run dataset and dynare code from this paper https://www.sciencedirect.com/science/article/abs/pii/S0264999317314566
but it result error like this :
You did not declare endogenous variables after the estimation/calib_smoother command.
Error using load
Unable to read file 'intbank_June_2017_mode'. No
such file or directory.
Error in dynare_estimation_init (line 167)
mode_file = load(options_.mode_file);
Error in dynare_estimation_1 (line 116)
dynare_estimation_init(var_list_, dname, [], M_,
options_, oo_, estim_params_, bayestopt_);
Error in dynare_estimation (line 105)
dynare_estimation_1(var_list,dname);
Error in intbank_June_2017 (line 1197)
oo_recursive_=dynare_estimation(var_list_);
Error in dynare (line 230)
evalin('base',fname) ;
how to fix this problem?
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!