I'm trying to run a stochastic simulation but I do not want the code to produce any plots. I can run the code with the command:
stoch_simul(noprint, periods=2100) y c;
But not with the instruction for no graphs:
stoch_simul(noprint, nograph, periods=2100) y c;
What can I do to make sure the code does not produce graphs? Thanks,
EMG