hello,i addpath dynare6.2 in matlab2024b in win11.However,when i replicate a mod file, the dynare can not run normally. I also use some other mod file,the problem still exists. Could someone help me to find the solution,thanks
dynare
This is Dynare version 6.2.
USAGE: dynare FILENAME[.mod,.dyn] [OPTIONS]
The dynare command executes instruction included in FILENAME.mod.
See the reference manual for the available options.
dynare EK_131viii_GE_05312021_for_DW
错误使用 (in English it means misuse)verLessThan (第 41 行,the 41th line)
未找到工具箱 (in English it means not find toolbox)‘matlab’。
出错(Erro) matlab_ver_less_than (第 35 行,the 35th line)
r = verLessThan(‘matlab’, verstr);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
出错(Erro) dynare (第 90 行,the 90th line)
if matlab_ver_less_than(‘9.5’) % Should match the test in meson.build
^^^^^^^^^^^^^^^^^^^^^^^^^^^