What is the intended way to run multiple unrelated scripts simultaneously?
16 次查看(过去 30 天)
显示 更早的评论
I have several scripts running some basic data collection, from a variety of sources. They are all fully independant from each other, and none are particularly performance intensive.
It is currently operated by simply running multiple MATLAB instances.
I would like to unify them into one app designer program, so that each can be independantly stopped and started with a simple toggle for each data source.
What are my options to run these scripts together?
There are a few I can think of:
- Combine all data collection scripts into one function allowing me to specifiy which data sources to collect from as a function input
- Set up a parallel pool and run each script with a specific worker
- Compile the individual scripts and call them from the app designer
What is the intended way to accomplish this?
Many thanks!
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!