Filter löschen
Filter löschen

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

6 Ansichten (letzte 30 Tage)
Florian Perras
Florian Perras am 1 Feb. 2018
Beantwortet: Raymond Norris am 31 Aug. 2021
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

Antworten (1)

Raymond Norris
Raymond Norris am 31 Aug. 2021
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

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by