How xxx.m, xxx_dynamic.m,xxx_static.m files are related?
Posted: Sat Jun 07, 2014 11:52 pm
When Dynare parsing the mod file successfully, it will create three files
My equation is that how filename.m invoke the other two m files?
I run the filename.m to improve the performance of recursively running.
I have read the filename.m, I can not find the code which invoke the other two m files?
- Code: Select all
filename.m
filename_dynamic.m
filename_static.m
My equation is that how filename.m invoke the other two m files?
I run the filename.m to improve the performance of recursively running.
I have read the filename.m, I can not find the code which invoke the other two m files?