infinite while loop in MATLAB code
显示 更早的评论
回答(1 个)
Sebastian Castro
2017-7-27
0 个投票
What stops you from putting the contents of multiple loops in a single while-loop?
Another option is to use MATLAB timers so you can schedule multiple sets of commands in one MATLAB session. This is a more advanced concept and likely needs a good justification; else, my first question stands.
- Sebastian
2 个评论
Sairah
2017-7-27
Sebastian Castro
2017-7-27
Ah, in the case of a GUI it is then pretty common to start timers that run stuff in the background.
Take, for instance, this related Answer: https://www.mathworks.com/matlabcentral/answers/297381-how-to-implement-a-timer-in-appdesigner
- Sebastian
类别
在 帮助中心 和 File Exchange 中查找有关 루프와 조건문 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!