Why does my FIFO queue get stuck on the 1st message?
Show older comments
I have a FIFO queue in a chart in Stateflow where I am trying to read multiple messages in a while loop:
while receive(FIFO)
temp = length(FIFO);
end
However, it gets stuck to the first message received from the FIFO queue. How can I resolve this?
Accepted Answer
More Answers (0)
Categories
Find more on Decision Logic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!