Page 1 of 1

How to execute the .mod file in .NET design platform

PostPosted: Tue Aug 30, 2011 9:11 am
by xybill
Hi everyone, I need some help now. How to execute the .mod file of Dynare in .NET design platform.
The following code can't be execute in. NET design platform, but the code "addpath c:\dynare\4.2.1\matlab; dynare rbc.mod" can be run in Matlab environment. The rbc.mod is a mod file which I designed.

MLApp.MLAppClass matlab = new MLApp.MLAppClass();
string command;
command="addpath c:\\dynare\\4.2.1\\matlab;"+
"dynare rbc.mod;";
matlab.Execute(command);
matlab.Quit();
matlab = null;

Has anyone else ever encountered this problem or have any ideas on how to fix it? Any help or suggestions would be greatly appreciated.

Sincerely,
-xybill

Re: How to execute the .mod file in .NET design platform

PostPosted: Wed Sep 14, 2011 12:56 pm
by SébastienVillemot
Hi,

Just for your information, the Dynare team does not support the .NET platform.

This does not mean that what you are trying is impossible. Maybe some user has already done so and will reply.

Best,