在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):brian-lau/MatlabProcessManager开源软件地址(OpenSource Url):https://github.com/brian-lau/MatlabProcessManager开源编程语言(OpenSource Language):MATLAB 100.0%开源软件介绍(OpenSource Introduction):processManagerA Matlab class for launching and managing processes that run asynchronously from the main Matlab process. This can already be done with something like
while allowing you to continue working in the main Matlab process. Some toy examples are illustrated below and in the wiki. A more elaborate application is a Matlab interface that does MCMC sampling using Stan. Installation & ExamplesDownload processManager, add the m-file to your Matlab path, and you're ready to go. processManager was developed and tested on OSX with Matlab 2012a, but should work on all platforms that Matlab supports, so long as it is running >=R2008a (for handle objects) with JDK >=1.1 (this will always be true unless you changed the default JDK). OptionalInstalling Steve Eddins's linewrap function is useful for dealing with unwrapped messages. His xUnit test framework is required if you want to run the unit tests. ExamplesRunning a simple command
Command with ongoing output
Multiples processes using object arraysYou can pack multiple processes into an object array for easy management.
Need help?You may be able to find a solution in the wiki. Otherwise, open an issue. ContributionsCopyright (c) 2017 Brian Lau [email protected], see LICENSE Please feel free to fork and contribute! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论