Run multiple mod in the same file

Hi everyone,
I estimate 4 different models and at the moment I use four additional instance of Matlab which take a lot of time due to the number of Matlab instance open.
It is possible to create only one file which run each model one after one ?
Best regards

Hi jrast,

You could consider using a a run file (see attachment) and then type

run run_file

in your Matlab command bar.

run_file.m (474 Bytes)

1 Like

Hi cmarch,
Thanks a lot !