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
armin davoudi 2021 年 8 月 31 日
Hi, same problem!!
Did you find any solution?

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

回答 (1 件)

Raymond Norris
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 ExchangeApp Building についてさらに検索

質問済み:

2018 年 2 月 1 日

回答済み:

2021 年 8 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by