Dynare example files not working

Hello, Professor!
Thank you for the reply.
in my 5.1 dynare example folder, the only NK_baseline.mod is not working.
so I put NK_baseline.mod and steady state m file on the another folder, and the warning “Check for incorrect argument data type or missing argument in call to function ‘isShapeOnXY’.” disapeared.
but still show up an error like:

Warning: Some of the parameters have no value (gammma1, Rbar, Lambdax, LambdaYd) when using steady.
If these parameters are not initialized in a steadystate file or a steady_state_model-block, Dynare
may not be able to solve the model. Note that simul, perfect_foresight_setup, and
perfect_foresight_solver do not automatically call the steady state file.
Error using NK_baseline_steadystate
Too many input arguments.
Error in evaluate_steady_state_file (line 49)
[ys,params1,check] = h_steadystate(ys_init, exo_ss,M,options);
Error in evaluate_steady_state (line 254)
[ys,params,info] = evaluate_steady_state_file(ys_init,exo_ss,M, options,steadystate_check_flag);
Error in steady_ (line 55)
[steady_state,params,info] = evaluate_steady_state(oo_.steady_state,M_,options_,oo_,~options_.steadystate.nocheck);
Error in steady (line 80)
[oo_.steady_state,M_.params,info] = steady_(M_,options_,oo_);
Error in NK_baseline.driver (line 452)
steady;
Error in dynare (line 281)
evalin(‘base’,[fname ‘.driver’]);

I checked the previous Q&A in Dynare Forum, I think my problem is the same as the below question, but I don’t know how to figure it out. should I download another version of dynare??
Can you please tell me what should I do for running this file properly?