Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sycanz04/compmeth
https://github.com/sycanz04/compmeth
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sycanz04/compmeth
- Owner: sycanz04
- Created: 2024-06-08T10:21:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T16:12:01.000Z (7 months ago)
- Last Synced: 2024-11-06T20:30:16.628Z (3 months ago)
- Language: MATLAB
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Queue Simulator
This is an assignment from one of my Uni course, Computational Method. It is built only using Freemat.
### How it works
It queues N amount of cars and insert them into a queue systems to then be distribute to 3 wash bay whenever one is available. The generation of random arrival time and service time are using just the Rand() function from freemat and Linear Congruential method.