Skip to content
Snippets Groups Projects
Verified Commit a86f94a0 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'nk_example' of git.dynare.org:JohannesPfeifer/dynare

Ref. !2310
parents 41294b3f 1e32902e
Branches
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@ function [ys,params,check] = NK_baseline_steadystate(ys,exo,M_,options_)
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <https://www.gnu.org/licenses/>.
% make parameter explicitly known to Matlab to avoid naming conflicts; actual value is read out
% in next eval-loop
delta=0;
% read out parameters to access them with their name
NumberOfParameters = M_.param_nbr;
for ii = 1:NumberOfParameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment