You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi ! when I run the main.m , it run for a while and reports:
Solving discounted MPCs backward
Error using save
Cannot create 'NOFS.mat' because
'..\FortranOutputDir\BaselineOutputSubdir\IRF_Monetary'
does not exist.
Error in SaveIRFOutput (line 19)
save(OutputFileIRF,'-struct','irf');
Error in IRFSequence (line 19)
SaveIRFOutput(irf,OutputFileIRF)
Error in ImpulseResponses (line 28)
IRFSequence
Error in Main (line 9)
if DoImpulseResponses; ImpulseResponses; end
I don't where is wrong,can you check it ? thanks
The text was updated successfully, but these errors were encountered:
hi ! when I run the main.m , it run for a while and reports:
Solving discounted MPCs backward
Error using save
Cannot create 'NOFS.mat' because
'..\FortranOutputDir\BaselineOutputSubdir\IRF_Monetary'
does not exist.
Error in SaveIRFOutput (line 19)
save(OutputFileIRF,'-struct','irf');
Error in IRFSequence (line 19)
SaveIRFOutput(irf,OutputFileIRF)
Error in ImpulseResponses (line 28)
IRFSequence
Error in Main (line 9)
if DoImpulseResponses; ImpulseResponses; end
I don't where is wrong,can you check it ? thanks
The text was updated successfully, but these errors were encountered: