Page 1 of 1

Print model equations

PostPosted: Sun May 29, 2016 1:32 am
by matheus_silva92
Hello,

Is there a way to print my model equations with the values of their parameters plugged in?

For example, in my .mod code I have:

parameters a;
var x;

a = 0.9;

model;
x = a*x(-1);
end;


Is there a command to print
x = 0.9*x(-1)

?


Thanks in advance,
Matheus

Re: Print model equations

PostPosted: Sun May 29, 2016 5:00 pm
by jpfeifer
No, there currently is not.