Running Dynare with multiple options on a script

Hi everyone,

I was wondering if is possible to run a Dynare model with several options since I’m running it from a script, for example, in the command window would be dynare ModelName option1 option2 option3, but into a m-file gives me an error if I try dynare(ModelName,'option1 option2 option3').

Thanks in advance.

What do you mean with options? You can use macroprocessor switches. See e.g. DSGE_mod/run_welfare_comparison_efficient_steady_state.m at master · JohannesPfeifer/DSGE_mod · GitHub