Calculate Travel time in Simulink

조회 수: 2 (최근 30일)
하람 오
하람 오 2021년 5월 4일
편집: 하람 오 2021년 5월 17일
I would like to know the Travel Time form 'entity generator' to 'entity terminator'.
I would like to see the total Travel Time from the Generator~Terminator of entity according to the service time difference.
Is there a 'Statistics' that calculates the Travel Time of individual entity?
Or is there such a way?
For example, assume that entity is a customer and I want to know the total time customer(individual customer) generator~customer out(terminator)

채택된 답변

Abdolkarim Mohammadi
Abdolkarim Mohammadi 2021년 5월 5일
편집: Abdolkarim Mohammadi 2021년 5월 5일
You need to create an attribute to stamp the generation time, and another to stamp the termination time. The difference between the two indicates the time that entity has spent in the system. In order to stamp times, you should create a Simulink function in which there is a Digital clock block with the sample time set to -1.
  댓글 수: 1
하람 오
하람 오 2021년 5월 17일
편집: 하람 오 2021년 5월 17일
Thank you for kindness answer.
But I have some questions.
  1. How create an attribute to stamp the generation time?
Is it right...?
2. This is digital clock in simulink function.
Is it right?
And, What should I do next?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Discrete-Event Simulation에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by