In the directory C:\dynare\4.4.3\mex\matlab, there are many mex files. what are they?
Here is a line of codes, and I do not know whether it relates to mex file dynare_simul_. What does dynare_simul_.mexw64 mean ? Can somebody tell me ? Thank you!
Thank you very much for your comment. However I am still obtaining the same error, even though I did add the mex folder and subfolders to the matlab paths.
Do you maybe know what may be causing a problem?
Second question: I am also using the dynare at the university PC lab, which does not have any mex compiler installed. Do you know if there is any way to avoid calling .mex files with dynare_simul() function?
As long as the mex-files match your Windows system, you should be fine. You don’t need a compiler on Windows.
However, I just recognized that it is a bad idea to use
because this will add a path to all mex-files, i.e. for Octave and all Windows and Matlab versions. Thereby, you will have no control over which one is actually on top of the path. Please identify your system (32 bit vs, 64 bit) and your Matlab version (ver command in Matlab) and set a path to only the subfolder corresponding to your system.