Multiple While loops working together simultaniously

1 view (last 30 days)
I developed a GUI where with multiple push buttons exist. Each push button begins an execution of an infinite loop. When I press a push button the while loop executes fine, but when I press the next push button, the first stops and the next starts, What I need is for all while loops can work simultaneously. I know there is a toolbox in MATLAB called Parallel Computing Toolbox, but i cant figure out how can I use it.
Any help would be appreciated.

Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!