Why does my FIFO queue get stuck on the 1st message?
古いコメントを表示
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?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Messages についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!