Find total completion time of jobs

1 visualizzazione (ultimi 30 giorni)
luca
luca il 4 Set 2019
I have two different part that requires 4 different jobs. the time requested by each job is reported in the matrix M. The raws represent the two different parts and the columns the time for each job. PART1 enter before PART2 and the machine can do just one job at at time, so Job1 on PART2 have to wait the finish of Job1 on PART1.
M = [2 3 4 4 ;
4 2 4 2 ]
What I want to obtain is the time that is needed to process all the parts with all the jobs. By hand it result to be t=15
Does someone know how to calculate by using matlab? It would be really helpful with a FOR cycle, because in the real case I have lot of job as well as lot of part.
  3 Commenti
Ted Shultz
Ted Shultz il 4 Set 2019
It looks like you are trying to find Max(finish time of all parts) - min (start time of all parts). You M matrix does not include start of strop times, so I belive addtional informaiton is needed.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Downloads in Help Center e File Exchange

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by