运行自带的.mod文件为什么会出现“无法解析名称 example1.driver。”

조회 수: 9 (최근 30일)
Xuewen Fan
Xuewen Fan 2022년 1월 21일
답변: 2023년 8월 15일
下载安装matlab和dynare之后,运行dynare自带的example1,出现“无法解析名称 example1.driver。”
>> dynare example1.mod
Starting Dynare (version 5.0).
Calling Dynare with arguments: none
Starting preprocessing of the model file ...
Found 6 equation(s).
Evaluating expressions...done
Computing static model derivatives (order 1).
Computing dynamic model derivatives (order 2).
Processing outputs ...
done
Preprocessing completed.
无法解析名称 example1.driver。
出错 dynare (第 281 行)
evalin('base',[fname '.driver']);
  댓글 수: 2
波
2023년 8월 15일
有没有大神解决啊?我也遇到这个问题。将Matlab和dynare重装,小心翼翼地设置路径等,但是运行任何一个mod文件,都是如此。
unable to resolve name ‘fs2000.driver’。
error dynare ( line 278 )
evalin(‘base’,[fname ‘.driver’]);
波
2023년 8월 15일
I just now worked out this problem! I share my resolution:
I created a working folder, works, outside of the matlab directory to place the mod files. Then in matlab
>>cd:\soft\ works
>>dynare bkk
succeeded!

댓글을 달려면 로그인하십시오.

답변 (1개)

波
2023년 8월 15일
I just now worked out this problem! I share my resolution:
I created a working folder, works, outside of the matlab directory to place the mod files. Then in matlab
>>cd:\soft\ works
>>dynare bkk
succeeded!

카테고리

Help CenterFile Exchange에서 编程에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!