Multiple While loops working together simultaniously
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!