Removed plot of a variable that does not exist anymore (LagrangeMultiplier) in tests/rbcii.mod.

time-shift
Stéphane Adjemian (Charybdis) 2012-11-07 10:03:43 +01:00
parent 9e0e025eba
commit 63e4bb3f87
1 changed files with 1 additions and 4 deletions

View File

@ -102,7 +102,4 @@ copyfile('rbcii_steady_state.m','rbcii_steadystate2.m');
figure('Name','(rbcii) Investment.');
plot(Output(1:n)-Consumption(1:n),'-b','linewidth',2)
figure('Name','(rbcii) Lagrange multiplier associated to the positivity constraint on investment.');
plot(LagrangeMultiplier(1:n),'-b','linewidth',2)
@#endif
@#endif