How can I get around using Stateflow messages in my Stateflow chart?
4 次查看(过去 30 天)
显示 更早的评论
I am trying to refactor a big Simulink model, which contains a very large Stateflow chart with many subcharts, and sub-subcharts, et cetera. I want to convert many of the subcharts to atomic subcharts, but there are Stateflow messages being passed all around, which are not currently supported in atomic subcharts (R2019B).
My thinking is that I'll use structure/bus data to convey the same information, but I am unsure how to implement it, especially with the queueing aspect.
This should be enough information, since I believe it is a very general question, but I'd be happy to provide an example for clarification.
2 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!