How do i find out if a queue is not empty?

조회 수: 2 (최근 30일)
Baf85
Baf85 2021년 6월 18일
댓글: Baf85 2021년 6월 26일
Hi. I'm modelling an elevator with SimEvents. Therefore i want to know at certain points, if there's someone waiting in the different levels of the building, which means there's an entity in the respective entity queue. My idea was to compare the number of entities in the queue with a compare to constant block. But then i don't know how to continue.
Regards!

답변 (1개)

Abdolkarim Mohammadi
Abdolkarim Mohammadi 2021년 6월 24일
At such points, the next block to which the Compare blocks are connected, is a Hit crossing block.
  댓글 수: 2
Baf85
Baf85 2021년 6월 26일
Thank you, for your answer, but i've already found another solution.
i created a function where i can check different queues. 1-7 are the signals from the different queues and u is the queue i wanto check. If there's an entity in the queue y = 1 if not y = 0.
Baf85
Baf85 2021년 6월 26일
In the picture above is an error. It should be if(u8==1), elseif(u8==2)...

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

카테고리

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

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by