Hi,
Recently I hope to reproduce this work, it is very nice, but when I tried to run these simulation files, the same mistake occurs:
Error using rng (line 133)
First input must be a nonnegative integer seed less than 2^32, 'shuffle', 'default', or generator settings captured previously
using S = RNG.
Error in SimulationFig3 (line 19)
rng(job_dex + seed_offset);
I have no idea what it means. Could you help me?