I have to simulate a system ( Allocation of memory in multi-user shared memory system) like this:
some nodes as a master and workers and multi users that can run application on these nodes. I have to implement a page replacement policy similar to LRU but more complicated and evaluate it. In short, I focus on allocation policies for multi-user in-memory file-systems. My question is:
There are two ways to go:
Use SIMEVENTS, a simulink toolbox to do this.
Use Matlab without any toolbox. Start with the wikipedia article about discrete event simulation. It contains all knowledge you need to implement a simple discrete event simulator.