VChamouleau wrote:Running the .m file yields the message that the steady state has no solution.
That may explain my issue.
If anyone has a better solution....
You may also want to double-check your model equations...for example, for your first equation for each of the home and foreign the equation, which represents an Euler, I think (I am not familiar with the model you are working with) seems awkward as the consumption variables are contemporaneous rather than dynamic, which strikes me as odd.
Specifically, you have
p =((c^(theta))*((1-n)^(1-theta))^(-sigma))*theta*(c^(1-theta))*((1-n)^(1-theta));
which strikes me as odd because this can simply be written
p =((c^(theta))*((1-n)^(1-theta))^(1-sigma))*theta;
but I could be wrong here. In any case, your equation here struck me as slightly odd...hope this helps.