필터 지우기
필터 지우기

Find total completion time of jobs

조회 수: 3 (최근 30일)
luca
luca 2019년 9월 4일
댓글: Walter Roberson 2019년 9월 4일
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
Ted Shultz
Ted Shultz 2019년 9월 4일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by