'homework M/M/1 Queue Problem matlab graph [duplicate]

"A computer comes into a computer repair system every 10 minutes. Computers arrive according to the poission distribution. The problem determination speed in computers is 12 minutes on average and it is suitable for poission distribution. Write the code that simulates this system with a single service. Measure parameters such as the average number of customers, the average number of customers in the queue, according to performance criteria, by plotting the L(t) graph for 3 hours. "

Variables : L = 5 customers / min Lq = 4.1667 customers W = 0.5 Minutes Wq = 0.4167 Min p = 0.8333 . I found variables but I dont know How to write graph for matlab. Note: I search 6-7 hours but i dont found



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source