Error in my staeday state function

read_data_May20.m (569 Bytes)
data_to_estim_BigTNTMay20.mat (58.1 KB)
TNT_Big_May20_steadystate.m (8.1 KB)
TNT_Big_May20.mod (30.8 KB)

Readme.pdf (114.3 KB)

Dear Professor,
I’m working on the Thesis “Revisiting the Exchange Rate Pass Through: A General Equilibrium
Perspective” and triying to replicate the code.
but it keep giving me error as

‘TNT_Big_MAY20_steadystate’ is undefined function or variable.
error: evaluate_steady_state_file (49번 라인)
[ys,params1,check] = h_steadystate(ys_init, exo_ss,M,options);
error: evaluate_steady_state (254번 라인)
[ys,params,info] = evaluate_steady_state_file(ys_init,exo_ss,M, options,steadystate_check_flag);
error: steady_ (55번 라인)
[steady_state,params,info] = evaluate_steady_state(oo_.steady_state,M_,options_,oo_,~options_.steadystate.nocheck);
error: steady (80번 라인)
[oo_.steady_state,M_.params,info] = steady_(M_,options_,oo_);

I checked some websites but I did not kind a way to help me solve the problem

I’m using dynare 5.3 and using latest version of Matlab

I sincerely look forward to hearing from you!

For Dynare 5.X, you need:
TNT_Big_May20.mod (30.8 KB)
TNT_Big_May20_steadystate.m (7.7 KB)

Thanks for your help, professor.