How can i run multiple callback functions based on a single event?

4 ビュー (過去 30 日間)
Florian Perras
Florian Perras 2018 年 2 月 1 日
回答済み: Raymond Norris 2021 年 8 月 31 日
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
armin davoudi 2021 年 8 月 31 日
Hi, same problem!!
Did you find any solution?

サインインしてコメントする。

回答 (1 件)

Raymond Norris
Raymond Norris 2021 年 8 月 31 日
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

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by