homework M/M/1 Queue Problem matlab graph

2 Ansichten (letzte 30 Tage)
Sidra Kiyani
Sidra Kiyani am 24 Mai 2022
Beantwortet: Allen am 24 Mai 2022
"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
  1 Kommentar
Walter Roberson
Walter Roberson am 24 Mai 2022
I do not see the connection to MATLAB Compiler that you tagged with?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Allen
Allen am 24 Mai 2022
If you need help with the very basics of MATLAB, please read the getting started documentation. However, their are several methods for generating graph of data within MATLAB such as plot, loglog, semilogx, and semilogy functions. The "See Also" section in the help documentation for for any of those functions should also provide you with a guide to other methods for displaying data.
Also, please consider the answer provided in the link below for addressing help with homework assignments.

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by