How can i run multiple callback functions based on a single event?
显示 更早的评论
Hey I have the following problem. We have defined multiple Callback-Functions which are executed when an defined event occurs. The problem is, that these functions are after the occured event are executed sequentielly and not in parallel. Is there a possibility to do this in parallel?
Greetings Flo
1 个评论
armin davoudi
2021-8-31
Hi, same problem!!
Did you find any solution?
回答(1 个)
Raymond Norris
2021-8-31
0 个投票
If you have the Parallel Computing Toolbox, then this might not be exactly what you're looking for, but it might get you started (using parfeval): https://www.mathworks.com/matlabcentral/answers/1437009-running-two-loop-together-at-the-same-time
类别
在 帮助中心 和 File Exchange 中查找有关 Model, Block, and Port Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!