Simultaneous/parallel tasks
Ältere Kommentare anzeigen
Hi, this is my first spread and hope some feedbacks. I need to do the following tasks simultaneously. How can I use Matlab to achieve it? (1) Download data every second from a remote terminal/server. (2) Process the data to judge if the secondly updated data satisfy certain conditions or not. (3) When certain conditions are met, send commands to the remote terminal/server to operate tasks.
Akzeptierte Antwort
Weitere Antworten (1)
Guillaume
am 7 Sep. 2015
0 Stimmen
Hum, you're describing a very sequential process (download -> process -> feedback). What exactly are you hoping to parallelise?
In any case, if you want to execute parallel tasks with matlab, you need the parallel toolbox. Without the toolbox it possibly could be achieved by deferring to Java, .Net, or mex but in that case you may as well write your entire code in Java, .Net, or C
1 Kommentar
Wei Chen
am 7 Sep. 2015
Kategorien
Mehr zu Downloads finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!